From 9d15dcc46e2bcd870b89049c91499037e78d0831 Mon Sep 17 00:00:00 2001 From: danicheg Date: Sun, 14 Jan 2024 21:43:08 +0300 Subject: [PATCH] Fix typo --- .github/workflows/publish-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index b8f744c..b1f581e 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -13,6 +13,6 @@ jobs: fetch-depth: 0 - uses: coursier/cache-action@v6 - name: Publish ${{ github.ref }} - run: sbt "docs/docusaurusCreateSite docs/docusaurusPublishGhpages" + run: sbt docs/docusaurusCreateSite docs/docusaurusPublishGhpages env: GITHUB_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}