Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

build(deps): bump crazy-max/ghaction-github-pages from v2.2.0 to v2.3.0 #613

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
npm run docs:build
- name: Deploy
uses: crazy-max/ghaction-github-pages@v2.2.0
uses: crazy-max/ghaction-github-pages@v2.3.0
with:
target_branch: gh-pages
build_dir: docs/.vuepress/dist
Expand Down