Skip to content

Commit

Permalink
Merge pull request #515 from tgodzik/fix-fully
Browse files Browse the repository at this point in the history
Fetch repository fully when publishing website
  • Loading branch information
tgodzik committed Jun 10, 2021
2 parents dd868d6 + ef6116c commit 020b4e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v11
- run: sbt '++2.12.13 docs/mdoc'
test-windows:
Expand Down

0 comments on commit 020b4e4

Please sign in to comment.