1
Fork 0

Update .gitlab-ci.yml file

This commit is contained in:
ibdocs2 2024-03-14 12:44:15 +00:00
parent cada0be1d0
commit 587b538f89

View file

@ -14,6 +14,8 @@ pages:
stage: deploy stage: deploy
image: alpine:latest image: alpine:latest
script: script:
- mkdir .public
- cp -r * .public
- mv .public public - mv .public public
artifacts: artifacts:
paths: paths: