Skip to content

Commit 3abf43b

Browse files
committed
Don't run antora task on Windows CI builds
1 parent 93fc2a4 commit 3abf43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
7373
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
7474
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
75-
run: ./gradlew build
75+
run: ./gradlew build ${{ runner.os == 'Windows' && '--exclude-task antora' || ''}}
7676
- name: Send notification
7777
uses: ./.github/actions/send-notification
7878
if: always()

0 commit comments

Comments
 (0)