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 515e598 commit f838cfaCopy full SHA for f838cfa
.github/workflows/docs.yml
@@ -9,13 +9,13 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- uses: oven-sh/setup-bun@v1
14
with:
15
bun-version: latest
16
- run: bun install
17
- run: bun run docs
18
- - uses: actions/upload-pages-artifact@v2
+ - uses: actions/upload-pages-artifact@v3
19
20
path: 'docs/'
21
@@ -35,4 +35,4 @@ jobs:
35
36
- name: Deploy to GitHub Pages
37
id: deployment
38
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments