From 56b555544686b5a49f49f76d53be25e691ac85c8 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 14 Sep 2024 03:25:09 -0400 Subject: [PATCH] Drop scripted for now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abafebe8..008a459e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Build and test run: | - sbt -v scalafmtSbtCheck scalafmtCheckAll scripted makeSite + sbt -v scalafmtSbtCheck scalafmtCheckAll makeSite # https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets - name: Deploy to GH Pages