Skip to content

Commit

Permalink
Fix Workflow for Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jan 13, 2021
1 parent 622f3ef commit 4d1bff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: sbt ++${{ matrix.scala }} test mimaReportBinaryIssues

- if: matrix.scala == '2.13.4'
run: sbt ++${{ matrix.scala }} docs/makeMicrosite
run: sbt ++${{ matrix.scala }} site/makeMicrosite

publish:
name: Publish Artifacts
Expand Down Expand Up @@ -123,4 +123,4 @@ jobs:
run: sbt ++${{ matrix.scala }} ci-release

- name: Publish microsite
run: sbt ++${{ matrix.scala }} ++2.13.4 docs/publishMicrosite
run: sbt ++${{ matrix.scala }} ++2.13.4 site/publishMicrosite

0 comments on commit 4d1bff5

Please sign in to comment.