Skip to content

Commit

Permalink
chore(deps): update jamesives/github-pages-deploy-action action to v4…
Browse files Browse the repository at this point in the history
….6.9
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent c4d7226 commit 7ccfa7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: nix build .#manual -L

- name: Deploy manual
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
branch: gh-pages
folder: result
Expand All @@ -52,7 +52,7 @@ jobs:
if: ${{ env.api_version == env.latest_stable_api }}

- name: Deploy redirect farm
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
branch: gh-pages
folder: result-redirectFarm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: nix build .#manual -L

- name: Deploy manual
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
branch: gh-pages
folder: result
Expand All @@ -47,7 +47,7 @@ jobs:
run: nix build .#manual.redirectFarm -L

- name: Deploy redirect farm
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
branch: gh-pages
folder: result-redirectFarm
Expand Down

0 comments on commit 7ccfa7a

Please sign in to comment.