Skip to content

Commit

Permalink
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2
Browse files Browse the repository at this point in the history
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.4.1...v4.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and APN-Pucky committed Jul 8, 2023
1 parent f329adc commit 76ac19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# with:
# password: ${{ secrets.pypi_token }}
- name: Deploy Github Pages
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: docs/_build/html # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# password: ${{ secrets.test_pypi_token }}
# repository_url: https://test.pypi.org/legacy/
- name: Upload Github Pages
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: docs/_build/html # The folder the action should deploy.
Expand Down

0 comments on commit 76ac19f

Please sign in to comment.