From 4d1bff5772a95c44b487ac4c3a9ecd5ab9a2d508 Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Wed, 13 Jan 2021 15:28:40 -0800 Subject: [PATCH] Fix Workflow for Changes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f713e3..de4c570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -123,4 +123,4 @@ jobs: run: sbt ++${{ matrix.scala }} ci-release - name: Publish microsite - run: sbt ++${{ matrix.scala }} ++2.13.4 docs/publishMicrosite \ No newline at end of file + run: sbt ++${{ matrix.scala }} ++2.13.4 site/publishMicrosite \ No newline at end of file