Skip to content

Commit

Permalink
Install sphinx anyhow
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Oct 26, 2020
1 parent 9fd129e commit 1b3622d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}

#- name: install sphinx
# run: pip install --user sphinx sphinx_rtd_theme
- name: install sphinx
run: pip install --user sphinx sphinx_rtd_theme

- name: sbt ci-release
run: sbt ci-release
Expand Down
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ releaseProcess := Seq[ReleaseStep](
runTest,
releaseStepCommandAndRemaining("^ publishSigned"),
updateReadme,
commitReadme
//releaseStepTask(ghpagesPushSite)
commitReadme,
// https://github.com/sbt/sbt-native-packager/commit/97ddbbe8e199ceed37316547b238391edf5216b7
releaseStepTask(ghpagesPushSite)
)

// bintray config
Expand Down

0 comments on commit 1b3622d

Please sign in to comment.