Skip to content

Commit

Permalink
Fix sbt-ghpages setup (close #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Nov 25, 2023
1 parent a3e908c commit 8fdcbcf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.SONA_USER }}
SONATYPE_PASSWORD: ${{ secrets.SONA_PASS }}

# docs:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: coursier/cache-action@v6
#
# - name: Publish docs
# run: sbt "project docs" clean makeSite ghpagesPushSite
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6

- name: Publish docs
run: sbt "project docs" clean makeSite ghpagesPushSite

0 comments on commit 8fdcbcf

Please sign in to comment.