Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptq124 committed Mar 18, 2024
1 parent d5ae2d1 commit 114fa44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
node-version: '12.x'

- name: Vuepress deploy
uses: jenkey2011/vuepress-deploy@1.0.1
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.GH_ACTIONS_TOKEN }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BUILD_SCRIPT: yarn && yarn docs:build
TARGET_BRANCH: gh-pages
BUILD_DIR: docs/.vuepress/dist

0 comments on commit 114fa44

Please sign in to comment.