Update .gitlab-ci.yml file
This commit is contained in:
parent
6c6715bcba
commit
cd8ab03aa3
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# The Docker image that will be used to build your app
|
# The Docker image that will be used to build your app
|
||||||
image: busybox
|
image: busybox
|
||||||
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
@ -11,4 +12,4 @@ pages:
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
publish: site/
|
publish: "site"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue