We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0dde4 commit a0a47f5Copy full SHA for a0a47f5
.github/workflows/hugo.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Upload artifact
32
uses: actions/upload-pages-artifact@v4
33
with:
34
- path: /
+ path: ${{ github.workspace }}
35
retention-days: 30
36
deploy:
37
environment:
0 commit comments