Skip to content

Merge pull request #132 from scalacenter/update/sbt-mdoc-2.5.4 #43

Merge pull request #132 from scalacenter/update/sbt-mdoc-2.5.4

Merge pull request #132 from scalacenter/update/sbt-mdoc-2.5.4 #43

name: Deploy Website
on:
push:
branches: [main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- name: Build website
run: sbt docs/docusaurusCreateSite
- name: Publish website to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ./website/build/scalac-profiling