Skip to content

Commit

Permalink
ci: change gh page vuepress action
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 14, 2024
1 parent 657363c commit f47f09b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
body_path: GITHUB_CHANGELOG.md
tag_name: ${{ steps.release.outputs.version }}

# - name: vuepress-deploy
# uses: jenkey2011/vuepress-deploy@master
# env:
# COMMIT_MESSAGE: "chore: update gh-pages"
# ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BUILD_SCRIPT: cd guide && yarn && yarn guide:build
# BUILD_DIR: website/.vuepress/dist/
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: docs/website/src/.vuepress/dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f47f09b

Please sign in to comment.