Revert "Build Spring Data Relational 3.2.9 docs from a branch."

This reverts commit 1b35792c77.
This commit is contained in:
Mark Paluch
2024-09-13 14:00:32 +02:00
parent 1b35792c77
commit 21f9aa96d5
3 changed files with 11 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ jobs:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
- name: Setup Maven Action - name: Setup Maven Action
uses: s4u/setup-maven-action@v1.14.0 uses: s4u/setup-maven-action@v1.13.0
with: with:
java-version: 17 java-version: 17
- name: Set up refname build - name: Set up refname build
@@ -47,17 +47,15 @@ jobs:
package-lock.json package-lock.json
key: ${{ runner.os }}-nodejs-${{ hashFiles('pom.xml') }} key: ${{ runner.os }}-nodejs-${{ hashFiles('pom.xml') }}
- name: Cache Maven - name: Cache Maven
uses: actions/cache@v4 uses: actions/cache@v3
with: with:
path: ~/.m2 path: ~/.m2
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} key: ${{ runner.os }}-maven
restore-keys: ${{ runner.os }}-maven
- name: Cache Antora - name: Cache Antora
uses: actions/cache@v4 uses: actions/cache@v3
with: with:
path: ~/.cache path: ~/.cache
key: ${{ runner.os }}-antora-${{ github.event.inputs.module }}-${{ hashFiles('**/*.yml') }} key: ${{ runner.os }}-antora-${{ github.event.inputs.module }}
restore-keys: ${{ runner.os }}-antora-${{ github.event.inputs.module }}
- name: Run Antora - name: Run Antora
run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }} run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }}
# - name: Archive results # - name: Archive results

View File

@@ -13,15 +13,14 @@ content:
- url: https://github.com/spring-projects/spring-data-jpa - url: https://github.com/spring-projects/spring-data-jpa
# Refname matching: # Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/ # https://docs.antora.org/antora/latest/playbook/content-refname-matching/
# docs/3.2.9 and 3.3.3 tag contains invalid references, so we build 3.2.9 from a docs fix branch. branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ]
branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x', 'docs/3.2.9', 'docs/3.3.3' ] tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1' ]
tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)', '!(3.2.*)', '!(3.3.*)' ]
start_path: src/main/antora start_path: src/main/antora
- url: https://github.com/spring-projects/spring-data-commons - url: https://github.com/spring-projects/spring-data-commons
# Refname matching: # Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/ # https://docs.antora.org/antora/latest/playbook/content-refname-matching/
branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ] branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ]
tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)', '!3.2.0-M1', '!3.2.0-M2' ] tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1','!3.2.0-M2' ]
start_path: src/main/antora start_path: src/main/antora
asciidoc: asciidoc:
attributes: attributes:

View File

@@ -13,15 +13,14 @@ content:
- url: https://github.com/spring-projects/spring-data-relational - url: https://github.com/spring-projects/spring-data-relational
# Refname matching: # Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/ # https://docs.antora.org/antora/latest/playbook/content-refname-matching/
# docs/3.2.9 tag contains invalid references, so we build 3.2.9 from a docs fix branch. branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ]
branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x', 'docs/3.2.9' ] tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1','!3.2.0-M2' ]
tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)', '!(3.2.*)' ]
start_path: src/main/antora start_path: src/main/antora
- url: https://github.com/spring-projects/spring-data-commons - url: https://github.com/spring-projects/spring-data-commons
# Refname matching: # Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/ # https://docs.antora.org/antora/latest/playbook/content-refname-matching/
branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ] branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ]
tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)', '!3.2.0-M1', '!3.2.0-M2' ] tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1','!3.2.0-M2' ]
start_path: src/main/antora start_path: src/main/antora
asciidoc: asciidoc:
attributes: attributes: