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