Skip to content

Use starscream fork fix but pointing to version instead of branch (#61) #88

Use starscream fork fix but pointing to version instead of branch (#61)

Use starscream fork fix but pointing to version instead of branch (#61) #88

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