Skip to content

Commit

Permalink
Use pip3 to install sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Oct 26, 2020
1 parent 41cd438 commit aac52b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# this setup is all for the github pages deployment to work
- name: install sphinx
run: pip install --user sphinx sphinx_rtd_theme
run: pip3 install --user sphinx sphinx_rtd_theme

- name: setup git
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# signoff: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# generate a github release
- name: Generate release changelog
id: changelog
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resolvers += sbt.Resolver.bintrayIvyRepo("typesafe", "sbt-plugins")

addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

Expand Down

0 comments on commit aac52b5

Please sign in to comment.