Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben0222 authored Mar 8, 2024
1 parent d882b87 commit 8c32ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
uses: actions/checkout@master

- name: Vuepress deploy
uses: jenkey2011/vuepress-deploy@master
uses: robineco/vuepress-deploy@v2.1
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
# TARGET_REPO: username/repo not nesessary
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: blog/.vuepress/dist/
BUILD_DIR: blog/.vuepress/dist/

0 comments on commit 8c32ec3

Please sign in to comment.