Compare commits
1 Commits
4bfb8e532b
...
39ef9b61d5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
39ef9b61d5 |
@@ -16,11 +16,11 @@ jobs:
|
||||
uses: shalzz/zola-deploy-action@v0.20.0
|
||||
env:
|
||||
BUILD_ONLY: true
|
||||
# - name: Create archive
|
||||
# run: tar -czf public.tar.gz public/
|
||||
- name: Create archive
|
||||
run: tar -czf public.tar.gz public/
|
||||
- name: Use Go Action
|
||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
config.toml
|
||||
public.tar.gz
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
|
Reference in New Issue
Block a user