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 8499573 commit 1ad4f48Copy full SHA for 1ad4f48
.github/workflows/docker.yml
@@ -12,6 +12,7 @@ on:
12
- "docs/**"
13
- "examples/**"
14
- ".pre-commit-config.yaml"
15
+ - ".readthedocs.yaml"
16
push:
17
branches:
18
- master
@@ -23,6 +24,7 @@ on:
23
24
25
26
27
28
29
jobs:
30
build-test-publish-images:
.github/workflows/sphinx.yml
@@ -5,13 +5,15 @@ on:
5
paths:
6
7
- ".github/workflows/sphinx.yml"
8
9
10
11
- main
19
build-docs:
0 commit comments