Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45793b5

Browse files
authored
Show logs on error (#164)
1 parent d1e6df4 commit 45793b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
--theme $(pwd)
4040
--language en
4141
--branch ${{ matrix.branch }}
42+
- name: Show logs
43+
if: failure()
44+
run: |
45+
cat ./logs/docsbuild.log
4246
- name: Upload
4347
uses: actions/upload-artifact@v3
4448
with:

0 commit comments

Comments
 (0)