You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Full project: https://gitlab.com/pages/plain-html
|
|
pages:
|
|
stage: deploy
|
|
script:
|
|
- mkdir public
|
|
- cp -r *.js *.css *.html *.md static public/
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
rules:
|
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|