Skip to content

Commit

Permalink
[ci] specific token for deployment of the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Mar 11, 2024
1 parent fa3d66f commit 98d976f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jobs:
cache: 'maven'
- name: Deploy-Documentation
run: mvn package -s .github/settings.xml -Pgh-pages -e -DskipTests
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Remove Snapshots Before Caching
run: find ~/.m2/repository -name '*SNAPSHOT' | xargs rm -Rf

0 comments on commit 98d976f

Please sign in to comment.