Skip to content

Commit

Permalink
Only upload API docs for commits to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Nov 21, 2023
1 parent da7c12b commit 110247e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
run: npx typedoc --out docs lib.ts
- name: Upload API Docs
uses: JamesIves/[email protected]
# FIXME: Re-enable this before merging
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
with:
branch: gh-pages
folder: docs
Expand Down

0 comments on commit 110247e

Please sign in to comment.