We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa1d0e commit 9724092Copy full SHA for 9724092
1 file changed
.github/workflows/test_and_deploy_docs.yml
@@ -22,6 +22,7 @@ jobs:
22
run: bun run build
23
- name: Build TypeDoc
24
run: bun run docs
25
+ working-directory: apps/docs
26
- name: Upload static files as artifact
27
uses: actions/upload-pages-artifact@v3
28
with:
0 commit comments