Skip to content

Commit

Permalink
Remove github pages step for once
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Oct 26, 2020
1 parent 0dbd041 commit 12302f9
Show file tree
Hide file tree
Showing 2 changed files with 4 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
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ releaseProcess := Seq[ReleaseStep](
runTest,
releaseStepCommandAndRemaining("^ publishSigned"),
updateReadme,
commitReadme,
releaseStepTask(ghpagesPushSite)
commitReadme
//releaseStepTask(ghpagesPushSite)
)

// bintray config
Expand Down

0 comments on commit 12302f9

Please sign in to comment.