Skip to content

chore: upgrade mill version #285

chore: upgrade mill version

chore: upgrade mill version #285

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
COURSIER_REPOSITORIES: central|https://s01.oss.sonatype.org/content/repositories/snapshots|jitpack|https://corporate.com/repo
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- run: chmod +x millw
- run: ./millw docs.site
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out/docs/site.dest/_site