Add release step to upload built HTML artifacts
Some checks failed
/ serve (push) Failing after 1m17s
Some checks failed
/ serve (push) Failing after 1m17s
This commit is contained in:
parent
4ebdd81d59
commit
986a493d70
1 changed files with 7 additions and 1 deletions
|
@ -20,4 +20,10 @@ jobs:
|
|||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: srv
|
||||
path: _build/html
|
||||
path: _build/html
|
||||
- name: Make release
|
||||
uses: actions/forgejo-release@v2.6.0
|
||||
with:
|
||||
direction: upload
|
||||
release-dir: _build/html
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue