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