Skip to content

Commit 1f1df27

Browse files
Try artifact@v3?
1 parent ac9c998 commit 1f1df27

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ jobs:
6161
hugo \
6262
--minify \
6363
--baseURL "${{ steps.pages.outputs.base_url }}/"
64+
65+
- name: Upload Build Artifact
66+
uses: actions/upload-artifact@v3
67+
with:
68+
name: hugo-site
69+
path: ./public
70+
6471
- name: Upload artifact
6572
uses: actions/upload-pages-artifact@v2
6673
with:

0 commit comments

Comments
 (0)