We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01d738 commit c03a4d9Copy full SHA for c03a4d9
1 file changed
.github/workflows/doc.yml
@@ -30,13 +30,15 @@ jobs:
30
- uses: oven-sh/setup-bun@v2
31
32
- name: TSDoc Action
33
- run: npm i && bunx typedoc
+ run: npm i && bunx typedoc && ls
34
35
- name: Setup Pages
36
uses: actions/configure-pages@v3
37
38
- name: Upload artifact
39
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
40
+ with:
41
+ name: 'github-pages'
42
43
- name: Deploy to GitHub Pages
44
id: deployment
0 commit comments