We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa6726 commit b0490b2Copy full SHA for b0490b2
.github/workflows/gh-pages.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Upload artifact
55
uses: actions/upload-pages-artifact@v3
56
with:
57
- path: ./${{github.event.repository.name}}
+ path: ./client
58
# Deployment job
59
deploy:
60
environment:
0 commit comments