Skip to content

Commit

Permalink
Show logs on error (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 10, 2024
1 parent d1e6df4 commit 45793b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
--theme $(pwd)
--language en
--branch ${{ matrix.branch }}
- name: Show logs
if: failure()
run: |
cat ./logs/docsbuild.log
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 45793b5

Please sign in to comment.