From 057a39326d1fa5170fbc44eedcc788ad8c582c6b Mon Sep 17 00:00:00 2001 From: danicheg Date: Sun, 12 Jan 2025 10:56:27 +0300 Subject: [PATCH] Install SBT explicitly in the publish-website workflow --- .github/workflows/publish-website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 15432fc..a6708c7 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - uses: sbt/setup-sbt@v1 - uses: coursier/cache-action@v6 - name: Build website run: sbt docs/docusaurusCreateSite