Skip to content

Commit

Permalink
Bump JamesIves/github-pages-deploy-action from 4.1.6 to 4.1.8 (#125)
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.1.6 to 4.1.8.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.1.6...4.1.8)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2021
1 parent 2322e90 commit 2c56270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishTempSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
mkdir -p docs/target/mdoc/docs/api/latest
cp -ar core/target/scala-2.12/api/* docs/target/mdoc/docs/api/latest/
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.6
uses: JamesIves/github-pages-deploy-action@4.1.8
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/target/mdoc # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
mkdir -p docs/target/mdoc/docs/api/latest
cp -ar core/target/scala-2.12/api/* docs/target/mdoc/docs/api/latest/
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.6
uses: JamesIves/github-pages-deploy-action@4.1.8
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/target/mdoc # The folder the action should deploy.
Expand Down

0 comments on commit 2c56270

Please sign in to comment.