Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 6, 2024
1 parent 980b8cf commit 8bd735d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy VitePress site to Pages
name: docs

on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
Expand Down Expand Up @@ -35,11 +35,10 @@ jobs:
- uses: jdx/mise-action@v2
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install dependencies
run: bun install
- name: Build with VitePress
run: |
cd docs
bun i
bun run docs:build
touch .vitepress/dist/.nojekyll
- name: Upload artifact
Expand Down

0 comments on commit 8bd735d

Please sign in to comment.