Bump JamesIves/github-pages-deploy-action from 4.2.2 to 4.4.0 (#838)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.2.2 to 4.4.0.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.2.2...v4.4.0)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-07-25 09:29:55 -07:00
committed by GitHub
parent b0e3bef27d
commit be688962a3

View File

@@ -36,7 +36,7 @@ jobs:
--baseurl ${{ steps.get_version.outputs.VERSION }} \
--destination ${{ steps.get_version.outputs.VERSION }}
- name: Publish Latest Docs
uses: JamesIves/github-pages-deploy-action@v4.2.2
uses: JamesIves/github-pages-deploy-action@v4.4.0
with:
branch: gh-pages
folder: docs/_latest
@@ -45,7 +45,7 @@ jobs:
clean-exclude: |
*.*.*/
- name: Publish Versioned Docs
uses: JamesIves/github-pages-deploy-action@v4.2.2
uses: JamesIves/github-pages-deploy-action@v4.4.0
with:
branch: gh-pages
folder: docs/${{ steps.get_version.outputs.VERSION }}