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