Compare commits
1 Commits
129f58f617
...
b6ca067fa7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b6ca067fa7 |
@@ -10,11 +10,13 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout main
|
||||
uses: actions/checkout@v4
|
||||
- run: echo ${{ github.token }}
|
||||
- run: echo ${{ github.server_url }}
|
||||
- name: Build only
|
||||
uses: shalzz/zola-deploy-action@v0.20.0
|
||||
env:
|
||||
BUILD_ONLY: true
|
||||
- name: Do release
|
||||
uses: actions/gitea-release-action@v1
|
||||
with:
|
||||
files: public
|
||||
#- name: Do release
|
||||
# uses: actions/gitea-release-action@v1
|
||||
# with:
|
||||
# files: public
|
||||
|
Reference in New Issue
Block a user