Compare commits
1 Commits
bd4f35703a
...
2b934a7b93
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2b934a7b93 |
@@ -16,11 +16,11 @@ 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
|
- name: Create archive
|
||||||
# run: tar -czf public.tar.gz public/
|
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:
|
||||||
name: public
|
name: public
|
||||||
artifacts: config.toml
|
artifacts: "public.tar.gz"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
Reference in New Issue
Block a user