Skip to content

Commit

Permalink
Bump JamesIves/github-pages-deploy-action from 4.2.1 to 4.2.2 (#141)
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.2.1 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.2.1...v4.2.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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2022
1 parent 67d69f1 commit dc2cab0
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 @@ -27,7 +27,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.2.1
uses: JamesIves/github-pages-deploy-action@v4.2.2
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 @@ -37,7 +37,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.2.1
uses: JamesIves/github-pages-deploy-action@v4.2.2
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 dc2cab0

Please sign in to comment.