Skip to content

Commit

Permalink
add debug step to test
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 049010a commit 675300f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 675300f

Please sign in to comment.