Skip to content

Commit

Permalink
test: Print file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Feb 21, 2024
1 parent ce46f64 commit 4453e9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
with:
submodules: true
- name: List File Structure
run: ls -R
run: |
ls Doxygen
ls -R
- name: Upload Doxygen Documentation to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 4453e9f

Please sign in to comment.