Compare commits

...

2 Commits

Author SHA1 Message Date
jacob f4e4e18cce reorganize files for gitlab pages 2022-07-13 20:08:48 -08:00
jacob 05cae3e0dc Copied from gitlab.com/pages/plain-html 2022-07-13 20:07:37 -08:00
5 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
image: busybox
pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH