-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only upload API docs for commits to
main
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|