Compare commits
1 Commits
de2593054c
...
63422b1635
Author | SHA1 | Date | |
---|---|---|---|
![]() |
63422b1635 |
@@ -14,7 +14,10 @@ jobs:
|
||||
uses: shalzz/zola-deploy-action@v0.20.0
|
||||
env:
|
||||
BUILD_ONLY: true
|
||||
- name: Do release
|
||||
uses: ncipollo/release-action@v1
|
||||
- name: Create archive
|
||||
run: tar -czf public.tar.gz public/
|
||||
- name: Upload artifacts
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
artifacts: public.tar.gz
|
||||
name: public
|
||||
path: public.tar.gz
|
||||
|
Reference in New Issue
Block a user