Skip to content

Commit

Permalink
[ci] force settings for doc publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Mar 11, 2024
1 parent b05c501 commit af0515c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
java-version: '21'
cache: 'maven'
- name: Deploy-Documentation
run: mvn package -Pgh-pages -e -DskipTests
run: mvn package -s .github/settings.xml -Pgh-pages -e -DskipTests
- name: Remove Snapshots Before Caching
run: find ~/.m2/repository -name '*SNAPSHOT' | xargs rm -Rf

0 comments on commit af0515c

Please sign in to comment.