-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update jamesives/github-pages-deploy-action action to v4…
….6.9 (#3818) Co-authored-by: renovate[bot] <29139614 renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8ceedc4
commit 656334d
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -84,7 84,7 @@ jobs: | |
run: echo ${{ steps.project.outputs.version }} | ||
|
||
- name: Deploy Asciidoc docs output to GitHub Pages | ||
uses: JamesIves/[email protected].8 | ||
uses: JamesIves/[email protected].9 | ||
with: | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy. | ||
|
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 |
---|---|---|
|
@@ -66,15 66,15 @@ jobs: | |
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} | ||
|
||
- name: Deploy Asciidoc docs output to GitHub Pages | ||
uses: JamesIves/[email protected].8 | ||
uses: JamesIves/[email protected].9 | ||
with: | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy. | ||
target-folder: ${{ github.event.inputs.releaseversion }} | ||
clean: true # Automatically remove deleted files from the deploy branch | ||
|
||
- name: Deploy Asciidoc docs output to GitHub Pages | ||
uses: JamesIves/[email protected].8 | ||
uses: JamesIves/[email protected].9 | ||
if: github.event.inputs.copyDocsToCurrent == 'true' | ||
with: | ||
branch: gh-pages # The branch the action should deploy to. | ||
|