Skip to content

Commit

Permalink
Merge pull request #91 from danicheg/fix-img-compression-on-site
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
danicheg authored Jan 14, 2024
2 parents b2f82f9 + 9d15dcc commit e2f4fb5
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/docusaurusCreateSite docs/docusaurusPublishGhpages"
run: sbt docs/docusaurusCreateSite docs/docusaurusPublishGhpages
env:
GITHUB_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}

0 comments on commit e2f4fb5

Please sign in to comment.