Publish artifacts
This commit is contained in:
parent
8ec21fc989
commit
58a5336eb2
1 changed files with 5 additions and 0 deletions
|
@ -17,3 +17,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./hugo
|
run: ./hugo
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: website
|
||||||
|
path: public/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue