Skip to content

Commit

Permalink
test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
electricsam committed Dec 20, 2024
1 parent e88a306 commit 2c4732c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: set up git
run: git config --global user.email [email protected] && git config --global user.name 'Bloopy McBloopFace'
- name: build with maven
run: mvn -B -s settings.xml clean deploy site -Prelease -Psite-publish -Dgit.password=${{ secrets.RELEASE_PAT }} -Dgit.username=${{ secrets.RELEASE_USERNAME }}
env:
Expand Down

0 comments on commit 2c4732c

Please sign in to comment.