Skip to content

Commit 9e459c5

Browse files
Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1cfdca commit 9e459c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coq-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
- name: backup .gitignore
335335
run: mv .gitignore{,.bak}
336336
- name: Deploy js_of_ocaml and wasm_of_ocaml 🚀 ${{ ( github.ref != 'refs/heads/master' && '(dry run)' ) || '' }}
337-
uses: JamesIves/[email protected].0
337+
uses: JamesIves/[email protected].1
338338
with:
339339
branch: gh-pages # The branch the action should deploy to.
340340
folder: fiat-html # The folder the action should deploy.

.github/workflows/deploy-html-fast.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: backup .gitignore
1818
run: mv .gitignore{,.bak}
1919
- name: Deploy js_of_ocaml 🚀 ${{ ( github.ref != 'refs/heads/master' && '(dry run)' ) || '' }}
20-
uses: JamesIves/[email protected].0
20+
uses: JamesIves/[email protected].1
2121
with:
2222
branch: gh-pages # The branch the action should deploy to.
2323
folder: fiat-html # The folder the action should deploy.

0 commit comments

Comments
 (0)