Skip to content

Update README.md with starscream podfile context (#63) #90

Update README.md with starscream podfile context (#63)

Update README.md with starscream podfile context (#63) #90

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