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 df79b17 commit eaf6807Copy full SHA for eaf6807
.github/workflows/docs.yml
@@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Github Pages
2
3
on:
4
push:
5
- branches: [main, fix_driver_and_driver_config_collision] # branch to trigger deployment
+ branches: [main] # branch to trigger deployment
6
7
jobs:
8
pages:
@@ -15,4 +15,4 @@ jobs:
15
id-token: write
16
steps:
17
- id: deployment
18
- uses: sphinx-notes/pages@v3
+ uses: sphinx-notes/pages@v3
0 commit comments