Skip to content

Commit

Permalink
small fix for missing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
espenamundsen committed Feb 12, 2024
1 parent 2910ff4 commit f91e2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs-test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Move
run: |
mkdir public
mkdir public/images
mv docs/target/ekstern/index.html public/index.html
mv docs/target/intern/index.html public/index-intern.html
mv docs/target/intern/images/* public/images/.
Expand Down

0 comments on commit f91e2b4

Please sign in to comment.