Skip to content

Commit

Permalink
🚑fix: docusaurus deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Feb 5, 2025
1 parent 4524144 commit 774068f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: bun update

- name: Run Biome
run: bun lint && bunx biome ci --reporter=github
run: bunx biome check --write app && bunx biome ci --reporter=github

- name: Commit
uses: autofix-ci/[email protected]
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ concurrency:

on:
push:
branches:
- main
branches: main
paths:
- "docs/**"

defaults:
run:
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: docs/build

deploy:
name: Deploy to GitHub Pages
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Test deployment

on:
pull_request:
branches:
- main
branches: main
paths:
- "docs/**"

defaults:
run:
Expand Down

0 comments on commit 774068f

Please sign in to comment.