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 40b830c commit 86534f3Copy full SHA for 86534f3
.github/workflows/tests_and_coverage.yml
@@ -108,7 +108,7 @@ jobs:
108
# Job (3): Build docs, but don't deploy. This is effectively another layer of testing because of our sphinx-gallery auto-examples
109
docs:
110
if: "!contains(github.event.head_commit.message, 'skip ci')"
111
- name: Build & deploy docs
+ name: Build docs and auto-examples
112
runs-on: ubuntu-latest
113
steps:
114
- name: Checkout Code
0 commit comments