1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2026-06-03 17:40:25 +00:00
This commit is contained in:
2020-03-24 22:46:34 -07:00
parent b9ff4f33bc
commit 0497e44d2a
+3 -1
View File
@@ -8,7 +8,9 @@
pages: pages:
stage: deploy stage: deploy
script: script:
- mv index.html public/index.html - mkdir .public
- cp -r ./* .public
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public