Skip to content

Commit

Permalink
Skip site on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Feb 23, 2024
1 parent dd710db commit 8359865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
- run: java -version
- run: mvn -version
- run: mvn --errors --batch-mode clean install -Pqulice
- run: mvn --errors --batch-mode -DskipTests -Dinvoker.skip clean site -Psite
- name: Site
if: runner.os != 'Windows'
run: mvn --errors --batch-mode -DskipTests -Dinvoker.skip clean site -Psite

0 comments on commit 8359865

Please sign in to comment.