Skip to content

Merge pull request #769 from scalameta/update/sbt-ci-release-1.5.12 #297

Merge pull request #769 from scalameta/update/sbt-ci-release-1.5.12

Merge pull request #769 from scalameta/update/sbt-ci-release-1.5.12 #297

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.17 docs/docusaurusPublishGhpages'
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
- name: Check git diff
if: ${{ failure() }}
run: git diff