Skip to content

feat: add configurable TOC visibility in the homepage (#106) #29

feat: add configurable TOC visibility in the homepage (#106)

feat: add configurable TOC visibility in the homepage (#106) #29

Workflow file for this run

name: Publish Any Commit
on: [push, pull_request]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- id: setup-bun
name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- id: install-deps
name: Install dependencies
run: |
bun install
- run: bunx pkg-pr-new publish