Skip to content

Commit

Permalink
Trying to fix site publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielflower committed Dec 21, 2024
1 parent 22aa884 commit a77e31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- run: git config --global user.name "Github Action"
- run: echo "M2_HOME=$(dirname $(dirname `which mvn`))" >> $GITHUB_ENV
- name: Verify package
run: mvn --batch-mode verify
run: mvn --batch-mode site site:stage verify
- name: Release package
run: mvn --batch-mode -DskipTests=true releaser:release
- name: Publish documentation
run: mvn scm-publish:publish-scm
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,6 @@
<configuration>
<scmBranch>gh-pages</scmBranch>
</configuration>
<executions>
<execution>
<goals>
<goal>publish-scm</goal>
</goals>
<phase>site</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit a77e31c

Please sign in to comment.