Skip to content

Commit 0a0b88f

Browse files
committed
👷 Fix path to build
1 parent fc94572 commit 0a0b88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3
4040
with:
41-
path: build
41+
path: packages/docs/build
4242
- name: Deploy to GitHub Pages
4343
id: deployment
4444
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)