Skip to content

Commit

Permalink
Modify again
Browse files Browse the repository at this point in the history
  • Loading branch information
KomoriDev committed Jan 24, 2024
1 parent f5f4641 commit 570ba5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ./.github/actions/setup-node

- name: Build Doc
run: pnpm --filter docs build
run: pnpm docs:build

- name: Get Branch Name
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/actions/setup-node

- name: Build Doc
run: pnpm --filter docs build
run: pnpm docs:build

- name: Get Deploy Name
run: |
Expand Down

0 comments on commit 570ba5c

Please sign in to comment.