Try to fix build script

This commit is contained in:
Johannes Frohnmeyer 2021-11-28 16:38:58 +00:00
parent 2d9667cb1a
commit ce3afe0e6f
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
pages:
stage: deploy
script:
- shopt -s extglob
- mkdir public
- cp -r * public
- cp -r ./!(public) public
artifacts:
paths:
- public