1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-27 00:31:30 +00:00
This commit is contained in:
2020-03-24 22:46:34 -07:00
parent b9ff4f33bc
commit 0497e44d2a

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