From 675300fb4056bcd305795b37f166251320d68f02 Mon Sep 17 00:00:00 2001 From: Jolie Rabideau Date: Tue, 5 Dec 2023 09:26:30 -0500 Subject: [PATCH] add debug step to test --- .github/workflows/publish-docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 49846fa310..6b228559f5 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -24,6 +24,11 @@ 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