Skip to content

Commit

Permalink
#319 - Make sure documentation is packaged and deployed.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 24, 2020
1 parent a03abda commit 257830d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
env:
FTP_USER: ${{ secrets.FTP_USER }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
run: mvn -B deploy -DskipTests --file pom.xml
run: mvn -B deploy site:deploy -DskipTests --file pom.xml

0 comments on commit 257830d

Please sign in to comment.