Skip to content

Proper Copilots in depth guide #316

Proper Copilots in depth guide

Proper Copilots in depth guide #316

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
preview-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install Fern
run: npm install -g fern-api
- name: Generate Documentation Preview with Fern
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: fern generate --docs --preview