Compare commits
1 Commits
414260513b
...
63422b1635
Author | SHA1 | Date | |
---|---|---|---|
![]() |
63422b1635 |
@@ -14,8 +14,10 @@ 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
|
||||||
|
run: tar -czf public.tar.gz public/
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: main
|
name: public
|
||||||
path: public/
|
path: public.tar.gz
|
||||||
|
Reference in New Issue
Block a user