-
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 in the …
…github-actions group (#3004)
- Loading branch information
1 parent
6b12d58
commit 002facb
Showing
4 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
run: ./gradlew dokkaHtml | ||
|
||
- name: Deploy 🚀 | ||
uses: JamesIves/[email protected].8 | ||
uses: JamesIves/[email protected].9 | ||
with: | ||
branch: gh-pages | ||
folder: platform/android/MapLibreAndroid/build/dokka/html | ||
|
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,7 +20,7 @@ jobs: | |
run: doxygen | ||
|
||
- name: Deploy 🚀 | ||
uses: JamesIves/[email protected].8 | ||
uses: JamesIves/[email protected].9 | ||
with: | ||
branch: gh-pages | ||
folder: docs/doxygen/html | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
name: book | ||
path: artifacts/book | ||
- name: Deploy | ||
uses: JamesIves/[email protected].8 | ||
uses: JamesIves/[email protected].9 | ||
with: | ||
branch: gh-pages | ||
folder: artifacts/book | ||
|
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 |
---|---|---|
|
@@ -201,7 +201,7 @@ jobs: | |
- name: Deploy DocC documentation (main) 🚀 | ||
if: github.ref == 'refs/heads/main' | ||
uses: JamesIves/[email protected].8 | ||
uses: JamesIves/[email protected].9 | ||
continue-on-error: true | ||
with: | ||
branch: gh-pages | ||
|