-
Notifications
You must be signed in to change notification settings - Fork 2
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
Jolie Rabideau
authored and
Jolie Rabideau
committed
Dec 5, 2023
1 parent
6d9e1f6
commit 41697d3
Showing
1 changed file
with
2 additions
and
9 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 |
---|---|---|
|
@@ -25,19 +25,12 @@ jobs: | |
npm install | ||
npm run build | ||
- name: Debug | ||
run: | | ||
pwd | ||
ls -la | ||
- name: Build documentation | ||
run: | # renaming the folders so that pages links at /{their name} instead of at /docs | ||
cd lib/papi-components | ||
npm run build:docs | ||
mv docs papi-components | ||
npx typedoc --out papi-components | ||
cd ../papi-dts | ||
npm run build:docs | ||
mv docs papi-dts | ||
npx typedoc --out papi-dts | ||
- name: Deploy to GitHub Pages | ||
uses: JamesIves/[email protected] | ||
|