Skip to content

Commit 3e7dad3

Browse files
fix docs upload path
1 parent 44ab95c commit 3e7dad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload Pages Artifact
3434
uses: actions/upload-pages-artifact@v3
3535
with:
36-
path: "${{ inputs.path }}/dist/"
36+
path: packages/docs/dist/
3737

3838
deploy:
3939
needs: build

0 commit comments

Comments
 (0)