Skip to content

Commit

Permalink
Fetch repository fully when publishing website
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jun 10, 2021
1 parent 38a7121 commit ef6116c
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:
Expand Down

0 comments on commit ef6116c

Please sign in to comment.