We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a7d20 commit 20751c8Copy full SHA for 20751c8
1 file changed
.github/workflows/build-repository.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Upload artifact
61
uses: actions/upload-pages-artifact@v3
62
with:
63
- path: ${{env.publishDirectory}}
+ path: ${{env.publishDirectory}}/wwwroot
64
65
- name: Deploy to GitHub Pages
66
id: deployment
0 commit comments