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 c96e073 commit ad7a552Copy full SHA for ad7a552
1 file changed
.github/workflows/docs.yaml
@@ -40,6 +40,12 @@ jobs:
40
sphinx: "8.2.3"
41
mermaid: "1.0.0"
42
jinja: "3.1.1"
43
+ - version: "wip/alt-comm"
44
+ source: "heads"
45
+ python: "3.12"
46
+ sphinx: "8.2.3"
47
+ mermaid: "1.0.0"
48
+ jinja: "3.1.1"
49
steps:
50
- name: 🧾 Log event & matrix
51
run: |
@@ -189,7 +195,7 @@ jobs:
189
195
190
196
echo "Versions:"
191
197
cat versions.json
192
-
198
+
193
199
- name: 🚀 Commit & deploy
194
200
uses: EndBug/add-and-commit@v9
201
with:
0 commit comments