Update .gitlab-ci.yml

main
Ashelyn Dawn 1 year ago
parent b64e9d7ccb
commit 06c5da09a6

@ -5,7 +5,7 @@ before_script: []
pages:
script:
- mkdir -p public
- find . | grep -v public | xargs -0 mv --target-directory=public
- find . -maxdepth 1 | grep -Ev '(\.git|^\.$|\./public)' | xargs mv --target-directory=public
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL

Loading…
Cancel
Save