1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 01:16:39 +00:00

update to ci

This commit is contained in:
Anson 2020-03-24 22:38:52 -07:00
parent 49f85f03ed
commit bd0bdbca46

View File

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