1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 08:11:26 +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:
stage: deploy
script:
- mv index.html public/index.html
- mkdir .public
- cp -r ./* .public
- mv .public public
artifacts:
paths:
- public