Skip to content

Merge pull request #86 from danicheg/rm-bin-dir #9

Merge pull request #86 from danicheg/rm-bin-dir

Merge pull request #86 from danicheg/rm-bin-dir #9

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.GIT_DEPLOY_KEY }}