Skip to content

fix: switch navigation nodes to using rbac-like types (#1711) #176

fix: switch navigation nodes to using rbac-like types (#1711)

fix: switch navigation nodes to using rbac-like types (#1711) #176

Workflow file for this run

name: publish-docs
on:
push:
paths:
- "fern/**"
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
if: github.event_name == 'push' && contains(github.ref, 'refs/heads/main')
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Fern
run: npm install -g fern-api
- name: Publish Docs
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: fern generate --docs --log-level debug