Skip to content

Commit

Permalink
Bump crazy-max/ghaction-github-pages from 3.1.0 to 3.2.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 3.1.0 to 3.2.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases)
- [Commits](crazy-max/ghaction-github-pages@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-pages
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent 9b1f2f4 commit a45ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if [ -d target/doc_upload ]; then rm -rf target/doc_upload; fi
mkdir target/doc_upload && mv target/doc target/doc_upload/doc
- name: Upload documentation
uses: crazy-max/ghaction-github-pages@v3.1.0
uses: crazy-max/ghaction-github-pages@v3.2.0
with:
target_branch: gh-pages
keep_history: true
Expand Down

0 comments on commit a45ff4e

Please sign in to comment.