publish content.zip
This commit is contained in:
parent
45c3f3b079
commit
36de25bf60
2 changed files with 12 additions and 23 deletions
|
|
@ -31,9 +31,12 @@ build:
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- bundle exec jekyll build -d public
|
||||
- apt-get update
|
||||
- apt-get install -y zip
|
||||
- bundle exec jekyll build -d butter-site
|
||||
- zip -r content.zip butter-site
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
- content.zip
|
||||
only:
|
||||
- master
|
||||
Loading…
Add table
Add a link
Reference in a new issue