mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 19:37:30 +01:00
Docs: Merge pull request #491 from torkelrogstad/2019-06-03-website-scaladoc
Docs: Fix missing Scaladocs
This commit is contained in:
commit
3e7fb2be42
1 changed files with 3 additions and 1 deletions
|
@ -64,5 +64,7 @@ jobs:
|
||||||
name: Publish library
|
name: Publish library
|
||||||
script: sbt ci-release
|
script: sbt ci-release
|
||||||
# run website push only if previous stages passed
|
# run website push only if previous stages passed
|
||||||
- script: sbt docs/docusaurusPublishGhpages
|
# we use custom sbt task that first compiles Scaladocs
|
||||||
|
# and then calls the docusaurusPublishGhpages task
|
||||||
|
- script: sbt docs/publishWebsite
|
||||||
name: Publish website
|
name: Publish website
|
||||||
|
|
Loading…
Add table
Reference in a new issue