Skip to content

build: prepare release otavia-0.4.1 #282

build: prepare release otavia-0.4.1

build: prepare release otavia-0.4.1 #282

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