Skip to content

Commit

Permalink
👷 修改 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KomoriDev committed Aug 1, 2023
1 parent f00a03b commit 025501c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
cancel-in-progress: true

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node Environment
uses: ./.github/actions/setup-node
Expand All @@ -27,7 +28,7 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2
with:
publish-dir: "./website/.vitepress/dist"
publish-dir: "./docs/.vitepress/dist"
production-deploy: true
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy ${{ env.BRANCH_NAME }}@${{ github.sha }}"
Expand Down

0 comments on commit 025501c

Please sign in to comment.