Skip to content

Commit

Permalink
No need to build documentation on Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Dec 30, 2022
1 parent 658e95a commit 5612fed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: --console=plain --warning-mode=all -s check --no-parallel -Djava.net.preferIPv4Stack=true -x gradleTest --scan
# Documentation
- name: Documentation
uses: eskatos/gradle-command-action@v1
with:
build-root-directory: docs
arguments: asciidoctor
# Stop gradlew to avoid locking issues
- name: Cleanup
uses: eskatos/gradle-command-action@v1
Expand Down

0 comments on commit 5612fed

Please sign in to comment.