We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387852e commit 59ac791Copy full SHA for 59ac791
.github/workflows/preview-docs.yml
@@ -4,7 +4,7 @@ on: pull_request
4
5
jobs:
6
run:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
8
permissions: write-all
9
steps:
10
- name: Checkout repository
.github/workflows/publish-docs.yml
@@ -7,7 +7,7 @@ on:
11
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }}
12
13
@@ -19,4 +19,4 @@ jobs:
19
- name: Publish Docs
20
env:
21
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
22
- run: fern generate --docs --log-level debug
+ run: fern generate --docs --log-level debug
0 commit comments