Skip to content

Commit eaf6807

Browse files
authored
Update docs.yml
1 parent df79b17 commit eaf6807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Github Pages
22

33
on:
44
push:
5-
branches: [main, fix_driver_and_driver_config_collision] # branch to trigger deployment
5+
branches: [main] # branch to trigger deployment
66

77
jobs:
88
pages:
@@ -15,4 +15,4 @@ jobs:
1515
id-token: write
1616
steps:
1717
- id: deployment
18-
uses: sphinx-notes/pages@v3
18+
uses: sphinx-notes/pages@v3

0 commit comments

Comments
 (0)