Skip to content

Commit

Permalink
chore: Update ghaction-github-pages to v4 in vuepress-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yostane committed Aug 12, 2024
1 parent ebf69ee commit 6ab130b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: cd docs && npm install && npm run docs:build
# @see https://github.com/crazy-max/ghaction-github-pages
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: docs/src/.vuepress/dist
Expand Down

0 comments on commit 6ab130b

Please sign in to comment.