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 8c35608 commit 802ce12Copy full SHA for 802ce12
web/README.md
@@ -141,7 +141,7 @@ jobs:
141
- name: Upload artifact
142
uses: actions/upload-pages-artifact@v3
143
with:
144
- path: './web'
+ path: './web' # <= Set this variable to the directory relative to the root of the repo.
145
- name: Deploy to GitHub Pages
146
id: deployment
147
uses: actions/deploy-pages@v4
0 commit comments