Skip to content

Fix download links in docs (#3205) #1228

Fix download links in docs (#3205)

Fix download links in docs (#3205) #1228

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
jobs:
publishDocs:
if: github.repository == 'com-lihaoyi/mill' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
env:
REPO_DEPLOY_KEY: ${{ secrets.REPO_DEPLOY_KEY }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
- run: ci/publish-docs.sh