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 f8f98dc commit 868e31bCopy full SHA for 868e31b
.github/workflows/deploy.yaml
@@ -18,11 +18,15 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
21
- - name: Install bun
+ with:
22
+ fetch-depth: 0
23
+ - name: Setup bun
24
uses: oven-sh/setup-bun@v2
25
+ - name: Setup Pages
26
+ uses: actions/configure-pages@v4
27
- name: Install dependencies
28
run: bun install
- - name: Build static files
29
+ - name: Build with VitePress
30
run: bun run build
31
- name: Upload static files as artifact
32
id: deployment
0 commit comments