Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e6df4 commit 45793b5Copy full SHA for 45793b5
1 file changed
.github/workflows/tests.yml
@@ -39,6 +39,10 @@ jobs:
39
--theme $(pwd)
40
--language en
41
--branch ${{ matrix.branch }}
42
+ - name: Show logs
43
+ if: failure()
44
+ run: |
45
+ cat ./logs/docsbuild.log
46
- name: Upload
47
uses: actions/upload-artifact@v3
48
with:
0 commit comments