Skip to content

Commit

Permalink
将vuepress-deploy更改æ�为自行fork版本, node环境升级为18.19
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-ux committed Dec 7, 2023
1 parent 279d996 commit d2aa45a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
with:
ref: document
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
uses: undefined-ux/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: undefined-ux/json-parser-homework
TARGET_BRANCH: document
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: ./src/.vuepress/dist

0 comments on commit d2aa45a

Please sign in to comment.