use ./public
This commit is contained in:
parent
9773b343f5
commit
df5d75dc2c
1 changed files with 2 additions and 3 deletions
|
|
@ -22,10 +22,9 @@ pages:
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y zip
|
- apt-get install -y zip
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build -d public
|
||||||
- zip -r content.zip _site
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- content.zip
|
- public
|
||||||
only:
|
only:
|
||||||
- butter-box
|
- butter-box
|
||||||
Loading…
Add table
Add a link
Reference in a new issue