@@ -23,10 +23,10 @@ jobs:
23
23
run : |
24
24
git config --local user.email "[email protected] "
25
25
git config --local user.name "Selenium CI Bot"
26
- - name : Get updated Rakefile
26
+ - name : TEMP Get correct generation code
27
27
run : |
28
- git fetch origin auto_docs
29
- git checkout origin/auto_docs -- Rakefile
28
+ git fetch origin trunk
29
+ git checkout origin/trunk -- Rakefile
30
30
- name : Setup Java
31
31
uses : actions/setup-java@v3
32
32
with :
@@ -54,10 +54,10 @@ jobs:
54
54
run : |
55
55
git config --local user.email "[email protected] "
56
56
git config --local user.name "Selenium CI Bot"
57
- - name : Get updated Rakefile
57
+ - name : TEMP Get correct generation code
58
58
run : |
59
- git fetch origin auto_docs
60
- git checkout origin/auto_docs -- Rakefile
59
+ git fetch origin trunk
60
+ git checkout origin/trunk -- Rakefile
61
61
- name : Setup Java
62
62
uses : actions/setup-java@v3
63
63
with :
@@ -85,10 +85,12 @@ jobs:
85
85
run : |
86
86
git config --local user.email "[email protected] "
87
87
git config --local user.name "Selenium CI Bot"
88
- - name : Get updated Rakefile
88
+ - name : TEMP Get correct generation code
89
89
run : |
90
- git fetch origin auto_docs
91
- git checkout origin/auto_docs -- Rakefile
90
+ git fetch origin trunk
91
+ git cherry-pick da71ba31
92
+ git cherry-pick 6936f642
93
+ git checkout origin/trunk -- Rakefile
92
94
- name : Set up Python 3.8
93
95
uses : actions/setup-python@v4
94
96
with :
@@ -119,10 +121,10 @@ jobs:
119
121
run : |
120
122
git config --local user.email "[email protected] "
121
123
git config --local user.name "Selenium CI Bot"
122
- - name : Get updated Rakefile
124
+ - name : TEMP Get correct generation code
123
125
run : |
124
- git fetch origin auto_docs
125
- git checkout origin/auto_docs -- Rakefile
126
+ git fetch origin trunk
127
+ git checkout origin/trunk -- Rakefile
126
128
- name : Install specific version of DocFX tool
127
129
# Pinning to 2.75.3 to avoid breaking changes in newer versions
128
130
# See https://github.com/dotnet/docfx/issues/9855
@@ -149,10 +151,10 @@ jobs:
149
151
run : |
150
152
git config --local user.email "[email protected] "
151
153
git config --local user.name "Selenium CI Bot"
152
- - name : Get updated Rakefile
154
+ - name : TEMP Get correct generation code
153
155
run : |
154
- git fetch origin auto_docs
155
- git checkout origin/auto_docs -- Rakefile
156
+ git fetch origin trunk
157
+ git checkout origin/trunk -- Rakefile
156
158
- name : Install npm dependencies
157
159
run : |
158
160
npm install
0 commit comments