Skip to content

ci: ignore turbo cache when force is true #26

ci: ignore turbo cache when force is true

ci: ignore turbo cache when force is true #26

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: TypeDoc
on:
push:
branches:
- main
jobs:
# Single deploy job since we're just deploying
deploy:
runs-on: ubuntu-latest
environment: github-pages
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build TypeDoc
run: yarn doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs