We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2727b42 commit debacfdCopy full SHA for debacfd
1 file changed
.github/workflows/hugo.yml
@@ -61,6 +61,9 @@ jobs:
61
uses: actions/upload-pages-artifact@v1
62
with:
63
path: ./public
64
+ - name: Upload artifact
65
+ uses: actions/upload-artifact@v4
66
+
67
68
# Deployment job
69
deploy:
0 commit comments