Skip to content

Commit

Permalink
Merge pull request #90 from danicheg/fix-img-compression-on-site
Browse files Browse the repository at this point in the history
Run `docusaurusCreateSite` to workaround the image compression issue in CI
  • Loading branch information
danicheg authored Jan 14, 2024
2 parents ad4110c + 3d7c225 commit b2f82f9
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 b2f82f9

Please sign in to comment.