mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 19:37:30 +01:00
use 2.13 for website publish (#721)
This commit is contained in:
parent
6170b0cd69
commit
c5fc133161
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ jobs:
|
|||
include:
|
||||
- stage: test
|
||||
name: Compile website
|
||||
script: sbt ++2.12.9 docs/mdoc
|
||||
script: sbt docs/mdoc
|
||||
# run ci-release only if previous stages passed
|
||||
- stage: release
|
||||
jdk: openjdk8
|
||||
|
@ -80,5 +80,5 @@ jobs:
|
|||
# run website push only if previous stages passed
|
||||
# we use custom sbt task that first compiles Scaladocs
|
||||
# and then calls the docusaurusPublishGhpages task
|
||||
- script: sbt ++2.12.9 docs/publishWebsite
|
||||
- script: sbt docs/publishWebsite
|
||||
name: Publish website
|
||||
|
|
Loading…
Add table
Reference in a new issue