move files to top level, not within archive/public
This commit is contained in:
parent
d55c42f8bb
commit
e24293429a
1 changed files with 3 additions and 2 deletions
|
|
@ -23,8 +23,9 @@ 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/*
|
- cd public
|
||||||
- mv site.zip public/site.zip
|
- zip -r ../site.zip ./
|
||||||
|
- mv ../site.zip ./site.zip
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue