Skip to content

Merge pull request #798 from scalameta/update/sbt-1.9.6 #320

Merge pull request #798 from scalameta/update/sbt-1.9.6

Merge pull request #798 from scalameta/update/sbt-1.9.6 #320

Workflow file for this run

name: Website
on:
push:
branches: [main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
- uses: olafurpg/setup-gpg@v3
- run: sbt '++2.12.18 docs/docusaurusPublishGhpages'
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
- name: Check git diff
if: ${{ failure() }}
run: git diff