We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c1fc9 commit 7b8f1e2Copy full SHA for 7b8f1e2
.github/workflows/build-and-deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build with Jekyll
44
uses: actions/jekyll-build-pages@v1
45
with:
46
- source: ../
+ source: ./dist/client
47
destination: ../_site
48
- name: Upload artifact
49
uses: actions/upload-pages-artifact@v3
0 commit comments