Skip to content

Commit

Permalink
Fix cp: can't create 'public/...'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Apr 14, 2023
1 parent cbae069 commit 18271f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pages:
stage: mkdocs
image: registry.gitlab.vgiscience.org/tud_ifk/alpine-mkdocs
script:
- mkdir -p public/
- cp *.svg "public/"
# build docs
- mkdocs build
Expand Down

0 comments on commit 18271f3

Please sign in to comment.