Update .github/workflows/main.yml
Build and Publish Artifact / build (push) Successful in 42s
Details
Build and Publish Artifact / build (push) Successful in 42s
Details
This commit is contained in:
parent
d76e6a8e5f
commit
25f931d30a
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: website
|
name: website
|
||||||
path: public/
|
path: public/
|
||||||
Loading…
Reference in New Issue