Skip to content

Merge pull request #96 from scalacenter/update/compilerplugin-0.11.15 #19

Merge pull request #96 from scalacenter/update/compilerplugin-0.11.15

Merge pull request #96 from scalacenter/update/compilerplugin-0.11.15 #19

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