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 020da24 commit b18f1dbCopy full SHA for b18f1db
1 file changed
.github/workflows/main.yml
@@ -51,11 +51,12 @@ jobs:
51
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
52
HUGO_ENVIRONMENT: deployment
53
run: make all
54
- - name: Upload artifact
+ - name: Upload static files as artifact
55
if: github.event_name != 'pull_request'
56
+ id: deployment
57
uses: actions/upload-pages-artifact@v3
58
with:
- path: ./public
59
+ path: public
60
61
deploy:
62
needs: build
0 commit comments