Skip to content

Commit

Permalink
fix(site): do not skip site goals
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Jun 30, 2023
1 parent 5638a8f commit f0a8bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Publish Site
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./mvnw -ntp -pl plugin -am --batch-mode clean compile site site:stage scm-publish:publish-scm -Dmaven.site.skip=false
run: ./mvnw -ntp -pl plugin -am --batch-mode clean compile site site:stage scm-publish:publish-scm



Expand Down

0 comments on commit f0a8bfb

Please sign in to comment.