-
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.
- Loading branch information
Showing
48 changed files
with
4,294 additions
and
4,905 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 |
---|---|---|
|
@@ -18,6 +18,7 @@ jobs: | |
steps: | ||
|
||
- name: free disk space | ||
continue-on-error: true | ||
run: | | ||
df -h | ||
sudo swapoff -a | ||
|
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].3 | ||
uses: JamesIves/[email protected].8 | ||
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ jobs: | |
- run: echo "Will start a Maven Central upload with version ${{ github.event.inputs.releaseversion }}" | ||
|
||
- name: free disk space | ||
continue-on-error: true | ||
run: | | ||
df -h | ||
sudo swapoff -a | ||
|
@@ -65,15 +66,15 @@ jobs: | |
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} | ||
|
||
- name: Deploy Asciidoc docs output to GitHub Pages | ||
uses: JamesIves/[email protected].3 | ||
uses: JamesIves/[email protected].8 | ||
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].3 | ||
uses: JamesIves/[email protected].8 | ||
if: github.event.inputs.copyDocsToCurrent == 'true' | ||
with: | ||
branch: gh-pages # The branch the action should deploy to. | ||
|
@@ -90,6 +91,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: free disk space | ||
continue-on-error: true | ||
run: | | ||
df -h | ||
sudo swapoff -a | ||
|
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
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
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
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
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
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
Oops, something went wrong.