Skip to content

Commit 84e366f

Browse files
author
xyzjesper
committed
Update doc.yml
1 parent c03a4d9 commit 84e366f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: oven-sh/setup-bun@v2
3131

3232
- name: TSDoc Action
33-
run: npm i && bunx typedoc && ls
33+
run: npm i && bunx typedoc && cd docs && ls -a
3434

3535
- name: Setup Pages
3636
uses: actions/configure-pages@v3
@@ -39,6 +39,7 @@ jobs:
3939
uses: actions/upload-pages-artifact@v4
4040
with:
4141
name: 'github-pages'
42+
path: ''
4243

4344
- name: Deploy to GitHub Pages
4445
id: deployment

0 commit comments

Comments
 (0)