move files to top level, not within archive/public
This commit is contained in:
parent
9293e48776
commit
d55c42f8bb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ pages:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y zip
|
- apt-get install -y zip
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
- zip -r site.zip public
|
- zip -r site.zip public/*
|
||||||
- mv site.zip public/site.zip
|
- mv site.zip public/site.zip
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue