From 41697d36c4c8a25e90c7bc0d47814689ccc33ae6 Mon Sep 17 00:00:00 2001 From: Jolie Rabideau Date: Tue, 5 Dec 2023 10:04:03 -0500 Subject: [PATCH] skip renaming --- .github/workflows/publish-docs.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 36f91c4718..d4f020f915 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -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/github-pages-deploy-action@4.1.4