Skip to content

Commit

Permalink
Merge pull request #561 from fd4s/disable-docusaurus
Browse files Browse the repository at this point in the history
Temporarily disable docusaurus
  • Loading branch information
bplommer authored Jan 7, 2024
2 parents 50c64f5 + eab4f43 commit be2d7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- run: echo "PGP_SECRET=${{ secrets.PGP_SECRET }}" >> $GITHUB_ENV
- run: echo "SONATYPE_PASSWORD=${{ secrets.SONATYPE_PASSWORD }}" >> $GITHUB_ENV
- run: echo "SONATYPE_USERNAME=${{ secrets.SONATYPE_USERNAME }}" >> $GITHUB_ENV
- run: sbt ci-release docs/docusaurusPublishGhpages
# - run: sbt ci-release docs/docusaurusPublishGhpages
- run: sbt ci-release

0 comments on commit be2d7c0

Please sign in to comment.