Add gitea-download-artifact
This commit is contained in:
parent
a7fa25f8e4
commit
d79a9b5acc
@ -10,14 +10,14 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: zola build
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: public
|
||||
path: public
|
||||
Deploy:
|
||||
container: alpine:latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: christopherhx/gitea-download-artifact@v4
|
||||
with:
|
||||
name: public
|
||||
path: public
|
||||
|
Loading…
x
Reference in New Issue
Block a user