Skip to content

Commit d36e407

Browse files
committed
temporary allow to publish docs from branch
1 parent 30fbf40 commit d36e407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
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] # branch to trigger deployment
5+
branches: [main, fix_driver_and_driver_config_collision] # branch to trigger deployment
66

77
jobs:
88
pages:

0 commit comments

Comments
 (0)