This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
chore(deps-dev): bump fern-api from 0.16.22 to 0.40.2 #610
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: preview-docs | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
generate-preview-docs: | |
name: Generate Documentation Preview | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Setup Node.js | |
uses: actions/setup-node@v3 | |
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 |