Skip to content

Bump HAKit 0.4.2 (#65) #93

Bump HAKit 0.4.2 (#65)

Bump HAKit 0.4.2 (#65) #93

Workflow file for this run

name: docs
on:
workflow_dispatch:
push:
branches:
- main
env:
HOMEBREW_NO_INSTALL_CLEANUP: TRUE
jobs:
generate:
runs-on: macos-14
timeout-minutes: 10
steps:
- uses: actions/checkout@master
- name: Install Jazzy
run: gem install jazzy
- name: Build Docs
run: make docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs