-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Antora configuration and dependencies
- Loading branch information
Showing
5 changed files
with
16 additions
and
28 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
workflow_dispatch: | ||
inputs: | ||
build-refname: | ||
description: Enter git refname to build (e.g., 5.7.x). | ||
description: Enter git refname to build (e.g., 1.2.x). | ||
required: false | ||
push: | ||
branches: docs-build | ||
|
@@ -18,7 +18,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 5 | ||
- name: Set Up Gradle | ||
|
@@ -37,14 +37,14 @@ jobs: | |
- name: Copy the cache to be included in the site | ||
run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/ | ||
- name: Publish Docs | ||
uses: spring-io/spring-doc-actions/[email protected].15 | ||
uses: spring-io/spring-doc-actions/[email protected].17 | ||
with: | ||
docs-username: ${{ secrets.DOCS_USERNAME }} | ||
docs-host: ${{ secrets.DOCS_HOST }} | ||
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }} | ||
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} | ||
- name: Bust Clouflare Cache | ||
uses: spring-io/spring-doc-actions/[email protected].15 | ||
uses: spring-io/spring-doc-actions/[email protected].17 | ||
with: | ||
context-root: spring-authorization-server | ||
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# PACKAGES [email protected] @antora/[email protected] @antora/[email protected] @asciidoctor/[email protected] @springio/[email protected] @springio/[email protected] | ||
# | ||
# The purpose of this Antora playbook is to build the docs in the current branch. | ||
antora: | ||
extensions: | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"dependencies": { | ||
"antora": "3.2.0-alpha.4", | ||
"@antora/atlas-extension": "1.0.0-alpha.2", | ||
"@antora/collector-extension": "1.0.0-alpha.4", | ||
"@asciidoctor/tabs": "1.0.0-beta.6", | ||
"@springio/antora-extensions": "1.11.1", | ||
"@springio/asciidoctor-extensions": "1.0.0-alpha.10" | ||
} | ||
} |