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

Commit

Permalink
build(deps): bump crazy-max/ghaction-github-pages from v2.2.0 to v2.3.0
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from v2.2.0 to v2.3.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases)
- [Changelog](https://github.com/crazy-max/ghaction-github-pages/blob/dev/CHANGELOG.md)
- [Commits](crazy-max/ghaction-github-pages@v2.2.0...b8f8d29)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and markmcdowell committed Mar 16, 2021
1 parent 82ab9ed commit 90fb8ff
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 90fb8ff

Please sign in to comment.