Skip to content

Commit

Permalink
Fix CI SBT command for tut and mdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Oct 9, 2020
1 parent bcbc676 commit 30c78bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Check tut and mdoc output
if: startsWith(matrix.scala, '2.12')
run: >
sbt "++${{ matrix.scala }} tut mdoc" &&
sbt "++${{ matrix.scala }} tut" "++${{ matrix.scala }} mdoc" &&
git diff --exit-code
build_website:
Expand Down

0 comments on commit 30c78bd

Please sign in to comment.