1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-16 06:56:46 +00:00

Merge branch 'master' of gitlab.com:MisterBiggs/projects

This commit is contained in:
Anson Biggs 2021-04-01 23:25:09 -07:00
commit c6ecf0af78

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r ./docs/* .public
- mv .public public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH