Skip to content

Commit

Permalink
use build script, and test with current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolie Rabideau authored and Jolie Rabideau committed Dec 5, 2023
1 parent ff4256e commit 1aea275
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fix-publish-docs

jobs:
publish-docs:
Expand All @@ -27,9 +28,9 @@ jobs:
- name: Build documentation
run: | # need to specify --out so pages links at /{their name} instead of at /docs
cd lib/papi-components
npx typedoc --out papi-components
npm run build:docs -- --out papi-components
cd ../papi-dts
npx typedoc --out papi-dts
npm run build:docs -- --out papi-dts
cd ../../
mkdir docs-for-pages
mv lib/papi-components/papi-components docs-for-pages
Expand Down

0 comments on commit 1aea275

Please sign in to comment.