Compare commits
1 Commits
cff1655404
...
f275b01691
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f275b01691 |
@@ -16,8 +16,10 @@ jobs:
|
||||
uses: shalzz/zola-deploy-action@v0.20.0
|
||||
env:
|
||||
BUILD_ONLY: true
|
||||
- name: Create archive
|
||||
run: tar -czf public.tar.gz public/
|
||||
- name: Do release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: public/
|
||||
artifacts: "public.tar.gz"
|
||||
allowUpdates: true
|
||||
|
Reference in New Issue
Block a user