CI: Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2

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](https://github.com/JamesIves/github-pages-deploy-action/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-28 11:05:33 +00:00 committed by Jelle Raaijmakers
parent 4a359b5a42
commit c241325b1f
3 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@ jobs:
mv wasm-new-results.json ../../libjs-website/wasm/data/results.json
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
git-config-name: BuggieBot
git-config-email: buggiebot@serenityos.org

View file

@ -18,7 +18,7 @@ jobs:
- name: Actually build website
run: ./Meta/build-manpages-website.sh
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
git-config-name: BuggieBot
git-config-email: buggiebot@serenityos.org

View file

@ -96,7 +96,7 @@ jobs:
- name: "Deploy to GitHub Pages"
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
git-config-name: BuggieBot
git-config-email: buggiebot@serenityos.org