We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0777b commit 9efd6caCopy full SHA for 9efd6ca
1 file changed
.github/workflows/deploy.yaml
@@ -45,7 +45,7 @@ jobs:
45
id: deployment
46
uses: actions/upload-pages-artifact@v3
47
with:
48
- path: build_outputs_folder/
+ path: build/
49
50
deploy:
51
environment:
0 commit comments