zip and self-contain
This commit is contained in:
parent
cc8e21a04e
commit
9293e48776
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ pages:
|
|||
- apt-get update
|
||||
- apt-get install -y zip
|
||||
- bundle exec jekyll build -d public
|
||||
- zip -r site.zip public
|
||||
- mv site.zip public/site.zip
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue