Skip to content

Commit

Permalink
Don't run antora task on Windows CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Mar 21, 2024
1 parent 93fc2a4 commit 3abf43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
run: ./gradlew build
run: ./gradlew build ${{ runner.os == 'Windows' && '--exclude-task antora' || ''}}
- name: Send notification
uses: ./.github/actions/send-notification
if: always()
Expand Down

0 comments on commit 3abf43b

Please sign in to comment.