Skip to content

Merge pull request #76 from scalacenter/update/sbt-mdoc-2.5.2 #2

Merge pull request #76 from scalacenter/update/sbt-mdoc-2.5.2

Merge pull request #76 from scalacenter/update/sbt-mdoc-2.5.2 #2

name: Deploy Website
on:
push:
branches: [main]
# uncomment this once the website publishes well
# tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- name: Publish ${{ github.ref }}
run: sbt docs/docusaurusPublishGhpages
env:
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}