Skip to content

Commit fe0786e

Browse files
chore(deps): bump JamesIves/github-pages-deploy-action (#7403)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6127ae9 commit fe0786e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/code-coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mv out/hpc_index.html out/index.html
4040
4141
- name: Deploy Report
42-
uses: JamesIves/[email protected].3
42+
uses: JamesIves/[email protected].4
4343
with:
4444
folder: out
4545
target-folder: dev/coverage

.github/workflows/docusaurus-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Deploy Site
4141
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
42-
uses: JamesIves/[email protected].3
42+
uses: JamesIves/[email protected].4
4343
with:
4444
folder: doc/docusaurus/build
4545
target-folder: docs

.github/workflows/haddock-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
nix develop --no-warn-dirty --accept-flake-config --command ./scripts/combined-haddock.sh _haddock all
102102
103103
- name: Deploy Site
104-
uses: JamesIves/[email protected].3
104+
uses: JamesIves/[email protected].4
105105
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
106106
with:
107107
folder: _haddock
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Deploy Site (latest)
112112
if: ${{ inputs.latest == true }}
113-
uses: JamesIves/[email protected].3
113+
uses: JamesIves/[email protected].4
114114
with:
115115
folder: _haddock
116116
target-folder: haddock/latest

.github/workflows/metatheory-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ jobs:
7878
cp -RL result/* _metatheory
7979
8080
- name: Deploy Site
81-
uses: JamesIves/[email protected].3
81+
uses: JamesIves/[email protected].4
8282
with:
8383
folder: _metatheory
8484
target-folder: metatheory/${{ inputs.destination || github.ref_name }}
8585
single-commit: true
8686

8787
- name: Deploy Site (latest)
8888
if: ${{ inputs.latest == true }}
89-
uses: JamesIves/[email protected].3
89+
uses: JamesIves/[email protected].4
9090
with:
9191
folder: _metatheory
9292
target-folder: metatheory/latest

.github/workflows/papers-and-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Publish Papers
5252
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
53-
uses: JamesIves/[email protected].3
53+
uses: JamesIves/[email protected].4
5454
with:
5555
folder: _resources
5656
target-folder: resources

0 commit comments

Comments
 (0)