We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ab95c commit 3e7dad3Copy full SHA for 3e7dad3
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Upload Pages Artifact
34
uses: actions/upload-pages-artifact@v3
35
with:
36
- path: "${{ inputs.path }}/dist/"
+ path: packages/docs/dist/
37
38
deploy:
39
needs: build
0 commit comments