Skip to content

Commit

Permalink
Upload Sphinx error log as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jnywong committed Jul 8, 2024
1 parent 043db01 commit 30e350c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ jobs:
GRAFANA_TOKEN: ${{ secrets.GRAFANA_TOKEN }}
run: |
make dirhtml SPHINXOPTS='--color -W --keep-going'
- name: Upload Logs and Build
uses: actions/upload-artifact@v3
with:
name: sphinx-logs
path: book/_build

0 comments on commit 30e350c

Please sign in to comment.