mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
Merge branch '6.2.x'
Closes gh-15061
This commit is contained in:
commit
28f2f895f1
20
.github/workflows/pr-build-workflow.yml
vendored
20
.github/workflows/pr-build-workflow.yml
vendored
@ -22,3 +22,23 @@ jobs:
|
|||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew clean build --continue --scan
|
run: ./gradlew clean build --continue --scan
|
||||||
|
generate-docs:
|
||||||
|
name: Generate Docs
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'spring-projects/spring-security' }}
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Set up gradle
|
||||||
|
uses: spring-io/spring-gradle-build-action@v2
|
||||||
|
with:
|
||||||
|
java-version: '17'
|
||||||
|
distribution: 'temurin'
|
||||||
|
- name: Run Antora
|
||||||
|
run: ./gradlew -PbuildSrc.skipTests=true :spring-security-docs:antora
|
||||||
|
- name: Upload Docs
|
||||||
|
id: upload
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: docs
|
||||||
|
path: docs/build/site
|
||||||
|
overwrite: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user