do not rebuild for pages
This commit is contained in:
parent
9164cb181f
commit
5bbe60e577
1 changed files with 3 additions and 6 deletions
|
|
@ -15,7 +15,7 @@ test:
|
|||
paths:
|
||||
- test
|
||||
except:
|
||||
- master
|
||||
- butter-box
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
|
@ -27,14 +27,11 @@ build:
|
|||
artifacts:
|
||||
paths:
|
||||
- content.zip
|
||||
only:
|
||||
- butter-box
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install -y zip
|
||||
- bundle exec jekyll build -d butter-site
|
||||
- zip -r content.zip butter-site
|
||||
artifacts:
|
||||
paths:
|
||||
- content.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue