Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/preview-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
git fetch origin pull/${{ github.event.pull_request.number }}/head:pr-${{ github.event.pull_request.number }}
git checkout pr-${{ github.event.pull_request.number }}

- name: Install Fern
run: npm install -g fern-api@latest
- name: Setup Fern CLI
uses: fern-api/setup-fern-cli@v1

- name: Generate preview URL
id: generate-docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Fern
run: npm install -g fern-api
- name: Setup Fern CLI
uses: fern-api/setup-fern-cli@v1

- name: Publish Docs
env:
Expand Down
4 changes: 2 additions & 2 deletions examples/sdks/csharp-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Install Fern CLI
run: npm install -g fern-api
- name: Setup Fern CLI
uses: fern-api/setup-fern-cli@v1

- name: Release C# SDK
env:
Expand Down
4 changes: 2 additions & 2 deletions examples/sdks/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Install Fern CLI
run: npm install -g fern-api
- name: Setup Fern CLI
uses: fern-api/setup-fern-cli@v1

- name: Release Python SDK
env:
Expand Down
4 changes: 2 additions & 2 deletions examples/sdks/typescript-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Install Fern CLI
run: npm install -g fern-api
- name: Setup Fern CLI
uses: fern-api/setup-fern-cli@v1

- name: Release TypeScript SDK
env:
Expand Down