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 b3a20fc commit 1612d44Copy full SHA for 1612d44
.github/workflows/deploy.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Upload Build Artifact
35
uses: actions/upload-pages-artifact@v3
36
with:
37
- path: ${{ env.cwd }}/../build
+ path: ../build
38
39
deploy:
40
name: Deploy to GitHub Pages
0 commit comments