Compare commits
1 Commits
0a66fab202
...
9ad7bdbce9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9ad7bdbce9 |
@@ -10,13 +10,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout main
|
- name: Checkout main
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo ${{ github.ref_name }}
|
|
||||||
- run: echo ${{ github.server_url }}
|
|
||||||
- name: Build only
|
- name: Build only
|
||||||
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: Do release
|
- run: tar -czvf bac-public-$(date -I).tar.gz public/
|
||||||
# uses: actions/gitea-release-action@v1
|
- name: Do release
|
||||||
# with:
|
uses: actions/gitea-release-action@v1
|
||||||
# files: public
|
with:
|
||||||
|
files: bac-public-$(date -I).tar.gz
|
||||||
|
Reference in New Issue
Block a user