Skip to content

Commit

Permalink
[ci] mis-indentation for deploy-doc step
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Mar 10, 2024
1 parent f6262b3 commit 127dbba
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/maven-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ jobs:
run: mvn package -e
- name: Remove Snapshots Before Caching
run: find ~/.m2/repository -name '*SNAPSHOT' | xargs rm -Rf
deploy-doc:
if: github.ref == 'refs/heads/main'
name: Documentation
runs-on: ubuntu-20.04
steps:
- name: Clone
id: clone
uses: actions/checkout@v4
- name: Set up JDK 21
id: java21
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
cache: 'maven'
- name: Deploy-Documentation
run: mvn package -Pgh-pages -e
- name: Remove Snapshots Before Caching
run: find ~/.m2/repository -name '*SNAPSHOT' | xargs rm -Rf
deploy-doc:
if: github.ref == 'refs/heads/main'
name: Documentation
runs-on: ubuntu-20.04
steps:
- name: Clone
id: clone
uses: actions/checkout@v4
- name: Set up JDK 21
id: java21
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
cache: 'maven'
- name: Deploy-Documentation
run: mvn package -Pgh-pages -e
- name: Remove Snapshots Before Caching
run: find ~/.m2/repository -name '*SNAPSHOT' | xargs rm -Rf

0 comments on commit 127dbba

Please sign in to comment.