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.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:
parent
4a359b5a42
commit
c241325b1f
Notes:
sideshowbarker
2024-07-17 01:51:00 +09:00
Author: https://github.com/dependabot[bot] Commit: https://github.com/SerenityOS/serenity/commit/c241325b1f Pull-request: https://github.com/SerenityOS/serenity/pull/19104 Reviewed-by: https://github.com/gmta ✅
3 changed files with 3 additions and 3 deletions
2
.github/workflows/libjs-test262.yml
vendored
2
.github/workflows/libjs-test262.yml
vendored
|
@ -150,7 +150,7 @@ jobs:
|
||||||
mv wasm-new-results.json ../../libjs-website/wasm/data/results.json
|
mv wasm-new-results.json ../../libjs-website/wasm/data/results.json
|
||||||
|
|
||||||
- name: Deploy to GitHub pages
|
- name: Deploy to GitHub pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
uses: JamesIves/github-pages-deploy-action@v4.4.2
|
||||||
with:
|
with:
|
||||||
git-config-name: BuggieBot
|
git-config-name: BuggieBot
|
||||||
git-config-email: buggiebot@serenityos.org
|
git-config-email: buggiebot@serenityos.org
|
||||||
|
|
2
.github/workflows/manpages.yml
vendored
2
.github/workflows/manpages.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Actually build website
|
- name: Actually build website
|
||||||
run: ./Meta/build-manpages-website.sh
|
run: ./Meta/build-manpages-website.sh
|
||||||
- name: Deploy to GitHub pages
|
- name: Deploy to GitHub pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
uses: JamesIves/github-pages-deploy-action@v4.4.2
|
||||||
with:
|
with:
|
||||||
git-config-name: BuggieBot
|
git-config-name: BuggieBot
|
||||||
git-config-email: buggiebot@serenityos.org
|
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"
|
- name: "Deploy to GitHub Pages"
|
||||||
if: github.ref == 'refs/heads/master'
|
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:
|
with:
|
||||||
git-config-name: BuggieBot
|
git-config-name: BuggieBot
|
||||||
git-config-email: buggiebot@serenityos.org
|
git-config-email: buggiebot@serenityos.org
|
||||||
|
|
Loading…
Reference in a new issue