mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-15 20:30:17 +01:00
Docs: Fix missing Scaladocs
This commit is contained in:
parent
2c86137c17
commit
3403669e9b
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