Compare commits
1 Commits
2b934a7b93
...
bd4f35703a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bd4f35703a |
@@ -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: "public.tar.gz"
|
artifacts: config.toml
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
Reference in New Issue
Block a user