1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 08:11:26 +00:00

Update .gitlab-ci.yml

This commit is contained in:
2019-12-01 02:37:09 +00:00
parent e7769c6e11
commit 5ddd4dfcc9

View File

@@ -4,7 +4,7 @@ pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- cp -r ./site/* .public
- mv .public public
artifacts:
paths: