Skip to content

Commit

Permalink
Adds some debug statements to main.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway authored Feb 17, 2024
1 parent 9019baf commit fc0ed3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:

- name: Generate Dokkatoo site
run: ./gradlew dokkatooGenerate
- name: Debug 1
run: pwd
- name: Debug 2
run: ls -lha
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit fc0ed3a

Please sign in to comment.