mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
CI: Bump JamesIves/github-pages-deploy-action from 4.1.1 to 4.4.1
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.1 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/4.1.1...v4.4.1) --- 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>
This commit is contained in:
parent
6b849fc8b1
commit
f0a99634dd
Notes:
sideshowbarker
2024-07-16 23:52:10 +09:00
Author: https://github.com/dependabot[bot] Commit: https://github.com/SerenityOS/serenity/commit/f0a99634dd Pull-request: https://github.com/SerenityOS/serenity/pull/17645
2 changed files with 2 additions and 2 deletions
2
.github/workflows/manpages.yml
vendored
2
.github/workflows/manpages.yml
vendored
|
@ -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@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
with:
|
||||
git-config-name: BuggieBot
|
||||
git-config-email: buggiebot@serenityos.org
|
||||
|
|
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
|||
|
||||
- name: "Deploy to GitHub Pages"
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
with:
|
||||
git-config-name: BuggieBot
|
||||
git-config-email: buggiebot@serenityos.org
|
||||
|
|
Loading…
Reference in a new issue