Skip to content

Merge pull request #131 from AssemblyAI/fern-bot/bullet-patch #84

Merge pull request #131 from AssemblyAI/fern-bot/bullet-patch

Merge pull request #131 from AssemblyAI/fern-bot/bullet-patch #84

Workflow file for this run

name: publish-docs
on:
push:
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 }}
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
run: fern generate --docs --log-level debug