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 ef05698 commit 811dfc3Copy full SHA for 811dfc3
.github/workflows/docs-deploy.yml
@@ -1,4 +1,4 @@
1
-name: Docs
+name: Docs Deploy
2
3
on:
4
push:
@@ -30,6 +30,8 @@ jobs:
30
git branch --show-current
31
32
- uses: actions/setup-python@v5
33
+ with:
34
+ python-version: 3.12
35
36
- name: Install dependencies
37
run: |
.github/workflows/docs.yml .github/workflows/docs-test.yml.github/workflows/docs.yml renamed to .github/workflows/docs-test.yml
+name: Docs Test
pull_request_target:
@@ -24,6 +24,8 @@ jobs:
24
25
26
27
28
29
0 commit comments