Compare commits
1 Commits
4bfb8e532b
...
39ef9b61d5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
39ef9b61d5 |
@@ -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: Use Go Action
|
- name: Use Go Action
|
||||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
config.toml
|
public.tar.gz
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
Reference in New Issue
Block a user