Skip to content

Commit

Permalink
fix(ci): drop svg doc render for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jan 26, 2024
1 parent d7fbfa6 commit d9947e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Download coverage svg
uses: actions/download-artifact@v3
with:
name: coverage-badge
path: ${{ env.GH_PAGE_PATH }}${{ env.COVERAGE_SVG_PATH }}
# - name: Download coverage svg
# uses: actions/download-artifact@v3
# with:
# name: coverage-badge
# path: ${{ env.GH_PAGE_PATH }}${{ env.COVERAGE_SVG_PATH }}

# Other options for documentation build for future testing outside docker
# - name: Set up conda environment
Expand Down

0 comments on commit d9947e2

Please sign in to comment.