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 install -y zip
|
||||
- bundle exec jekyll build -d public
|
||||
- zip -r site.zip public/*
|
||||
- mv site.zip public/site.zip
|
||||
- cd public
|
||||
- zip -r ../site.zip ./
|
||||
- mv ../site.zip ./site.zip
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue