diff --git a/.github/workflows/code-coverage-report.yml b/.github/workflows/code-coverage-report.yml index faf0be7f628..6b1aca106fd 100644 --- a/.github/workflows/code-coverage-report.yml +++ b/.github/workflows/code-coverage-report.yml @@ -39,7 +39,7 @@ jobs: mv out/hpc_index.html out/index.html - name: Deploy Report - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: out target-folder: dev/coverage diff --git a/.github/workflows/docusaurus-site.yml b/.github/workflows/docusaurus-site.yml index c13c5138d1e..7a0c23afbc4 100644 --- a/.github/workflows/docusaurus-site.yml +++ b/.github/workflows/docusaurus-site.yml @@ -39,7 +39,7 @@ jobs: - name: Deploy Site if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: doc/docusaurus/build target-folder: docs diff --git a/.github/workflows/haddock-site.yml b/.github/workflows/haddock-site.yml index e113d853ca8..5d4304e2d51 100644 --- a/.github/workflows/haddock-site.yml +++ b/.github/workflows/haddock-site.yml @@ -101,7 +101,7 @@ jobs: nix develop --no-warn-dirty --accept-flake-config --command ./scripts/combined-haddock.sh _haddock all - name: Deploy Site - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' with: folder: _haddock @@ -110,7 +110,7 @@ jobs: - name: Deploy Site (latest) if: ${{ inputs.latest == true }} - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: _haddock target-folder: haddock/latest diff --git a/.github/workflows/metatheory-site.yml b/.github/workflows/metatheory-site.yml index a9f0741fd31..6a66079f011 100644 --- a/.github/workflows/metatheory-site.yml +++ b/.github/workflows/metatheory-site.yml @@ -78,7 +78,7 @@ jobs: cp -RL result/* _metatheory - name: Deploy Site - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: _metatheory target-folder: metatheory/${{ inputs.destination || github.ref_name }} @@ -86,7 +86,7 @@ jobs: - name: Deploy Site (latest) if: ${{ inputs.latest == true }} - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: _metatheory target-folder: metatheory/latest diff --git a/.github/workflows/papers-and-specs.yml b/.github/workflows/papers-and-specs.yml index 28e5269c801..b44091f1b91 100644 --- a/.github/workflows/papers-and-specs.yml +++ b/.github/workflows/papers-and-specs.yml @@ -50,7 +50,7 @@ jobs: - name: Publish Papers if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: folder: _resources target-folder: resources