Skip to content

Commit

Permalink
Merge pull request #249 from zhaofengli/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.9
  • Loading branch information
zhaofengli authored Nov 10, 2024
2 parents c4d7226 + 7ccfa7a commit a219348
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 a219348

Please sign in to comment.