Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Fruup authored Apr 8, 2024
1 parent 335fd5f commit 75cb0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: build
run: |
bun i
bun run build
bun run docs:build
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: build
run: |
bun i
bun run build
bun run docs:build
- name: deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 75cb0ca

Please sign in to comment.