Skip to content

Commit

Permalink
chore: upgrade fern (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Sep 17, 2024
1 parent 50cdcd8 commit ab64f15
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/preview-docs.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
name: preview-docs

on:
pull_request_target:
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
run:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v4
# with:
# ref: "${{ github.event.pull_request.merge_commit_sha }}"

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand All @@ -24,7 +22,7 @@ jobs:

- name: Install Dependencies
shell: bash
run: pnpm install
run: pnpm install

- name: Run fern check
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install Dependencies
shell: bash
run: pnpm install
run: pnpm install

- name: Publish Docs
env:
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "cohere",
"version": "0.41.8"
"version": "*"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"fern-api": "latest",
"only-allow": "^1.2.1",
"tailwindcss": "^3.4.4"
},
"dependencies": {
"fern-api": "^0.41.16",
"react": "^18.3.1"
}
}
15 changes: 8 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab64f15

Please sign in to comment.