-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5680765
commit 70c1b29
Showing
1 changed file
with
2 additions
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
|
||
jobs: | ||
generate-docs: | ||
runs-on: ubuntu-latest | ||
runs-on: macos-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
|
@@ -23,7 +23,7 @@ jobs: | |
run: npm install | ||
|
||
- name: Generate TypeDocs | ||
run: npm run docs | ||
run: npm run docs && ls -a docs | ||
|
||
- name: Upload TypeDocs as GitHub Pages Artifact | ||
uses: actions/[email protected] | ||
|