Skip to content

Commit

Permalink
fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Aug 26, 2024
1 parent 8389933 commit 8e972d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ts-sdk-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Deploy TS-SDK docs to github pages
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
pull_request

jobs:
build:
Expand All @@ -27,8 +26,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Running tests
run: yarn build --filter trieve-ts-sdk
- name: Build the app
working-directory: ./clients/ts-sdk
run: yarn build:docs
Expand Down

0 comments on commit 8e972d9

Please sign in to comment.