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 f1c0d0e commit d851b0bCopy full SHA for d851b0b
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/upload-pages-artifact@v3.0.1
25
with:
26
# Path of the directory containing the static assets.
27
- path: build/
+ path: public/
28
deploy:
29
runs-on: ubuntu-latest
30
needs: build
0 commit comments