Update gitlab.yml to not error

main
Ashelyn Dawn 1 year ago
parent 25595dc64c
commit 31c24c3222

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

Loading…
Cancel
Save