Skip to content

Re-enable scalafix (#4389) #717

Re-enable scalafix (#4389)

Re-enable scalafix (#4389) #717

Workflow file for this run

# Runs every commit that lands in main, but the default landing page is the last
# stable published tag. You have to navigate in the UI to find the latest docs for
# what's in main but not yet released, but it's there for those who want it
name: Publish Docs
on:
push:
branches:
- main
# Ensure only one job run is publishing docs at any point in time. We can cancel
# old runs since any newer run renders older ones irrelevant
concurrency:
group: publish-docs
jobs:
publishDocs:
if: github.repository == 'com-lihaoyi/mill'
runs-on: ubuntu-latest
env:
REPO_DEPLOY_KEY: ${{ secrets.REPO_DEPLOY_KEY }}
MILL_STABLE_VERSION: 1
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
- uses: coursier/cache-action@v6
- run: "echo temurin:11 > .mill-jvm-version"
- run: ci/publish-docs.sh