We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9a004 commit 32dabceCopy full SHA for 32dabce
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/upload-pages-artifact@v3
39
with:
40
# this should match the `pages` option in your adapter-static options
41
- path: 'build/'
+ path: './wtfdig/build/'
42
43
deploy:
44
needs: build_site
0 commit comments