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 }}