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