@@ -23,10 +23,10 @@ jobs:
2323 run : |
2424 git config --local user.email "selenium-ci@users.noreply.github.com"
2525 git config --local user.name "Selenium CI Bot"
26- - name : Get updated Rakefile
26+ - name : TEMP Get correct generation code
2727 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
3030 - name : Setup Java
3131 uses : actions/setup-java@v3
3232 with :
@@ -54,10 +54,10 @@ jobs:
5454 run : |
5555 git config --local user.email "selenium-ci@users.noreply.github.com"
5656 git config --local user.name "Selenium CI Bot"
57- - name : Get updated Rakefile
57+ - name : TEMP Get correct generation code
5858 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
6161 - name : Setup Java
6262 uses : actions/setup-java@v3
6363 with :
@@ -85,10 +85,12 @@ jobs:
8585 run : |
8686 git config --local user.email "selenium-ci@users.noreply.github.com"
8787 git config --local user.name "Selenium CI Bot"
88- - name : Get updated Rakefile
88+ - name : TEMP Get correct generation code
8989 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
9294 - name : Set up Python 3.8
9395 uses : actions/setup-python@v4
9496 with :
@@ -119,10 +121,10 @@ jobs:
119121 run : |
120122 git config --local user.email "selenium-ci@users.noreply.github.com"
121123 git config --local user.name "Selenium CI Bot"
122- - name : Get updated Rakefile
124+ - name : TEMP Get correct generation code
123125 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
126128 - name : Install specific version of DocFX tool
127129 # Pinning to 2.75.3 to avoid breaking changes in newer versions
128130 # See https://github.com/dotnet/docfx/issues/9855
@@ -149,10 +151,10 @@ jobs:
149151 run : |
150152 git config --local user.email "selenium-ci@users.noreply.github.com"
151153 git config --local user.name "Selenium CI Bot"
152- - name : Get updated Rakefile
154+ - name : TEMP Get correct generation code
153155 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
156158 - name : Install npm dependencies
157159 run : |
158160 npm install
0 commit comments