Update .gitlab-ci.yml

main
Ashelyn Dawn 1 year ago
parent 31c24c3222
commit b64e9d7ccb

@ -5,7 +5,7 @@ before_script: []
pages:
script:
- mkdir -p public
- mv ./* public; echo
- find . | grep -v public | xargs -0 mv --target-directory=public
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL

Loading…
Cancel
Save