-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #249 from zhaofengli/renovate/all-minor-patch
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.9
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|