Skip to content

Commit

Permalink
Run docusaurusCreateSite to workaround the image compression issue in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jan 14, 2024
1 parent ad4110c commit 3d7c225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
fetch-depth: 0
- uses: coursier/cache-action@v6
- name: Publish ${{ github.ref }}
run: sbt docs/docusaurusPublishGhpages
run: sbt "docs/docusaurusCreateSite docs/docusaurusPublishGhpages"
env:
GITHUB_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}

0 comments on commit 3d7c225

Please sign in to comment.