Skip to content

Commit

Permalink
skip renaming
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 6d9e1f6 commit 41697d3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 41697d3

Please sign in to comment.