Skip to content

Hide TOC if it only contains a single "top" item #176

Hide TOC if it only contains a single "top" item

Hide TOC if it only contains a single "top" item #176

Workflow file for this run

name: Build and Deploy to GH Pages
on:
push:
branches:
- main
pull_request:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: |
npm ci
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist