We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03a4d9 commit 84e366fCopy full SHA for 84e366f
1 file changed
.github/workflows/doc.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: oven-sh/setup-bun@v2
31
32
- name: TSDoc Action
33
- run: npm i && bunx typedoc && ls
+ run: npm i && bunx typedoc && cd docs && ls -a
34
35
- name: Setup Pages
36
uses: actions/configure-pages@v3
@@ -39,6 +39,7 @@ jobs:
39
uses: actions/upload-pages-artifact@v4
40
with:
41
name: 'github-pages'
42
+ path: ''
43
44
- name: Deploy to GitHub Pages
45
id: deployment
0 commit comments