Skip to content

Commit

Permalink
add ignore for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Feb 21, 2024
1 parent f694171 commit 71715a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash -l {0}
run: |
rm -r _build/.doctrees
jb build lectures --path-output ./ -nW --keep-going
jb build lectures --path-output ./
- name: Upload Execution Reports (HTML)
uses: actions/upload-artifact@v2
if: failure()
Expand Down

0 comments on commit 71715a2

Please sign in to comment.