Skip to content

Commit fbd6ff3

Browse files
committed
[build] add temporary code to update documentattion workflow to generate correct api docs
1 parent 6936f64 commit fbd6ff3

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

.github/workflows/update-documentation.yml

+17-15
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
run: |
2424
git config --local user.email "[email protected]"
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 "[email protected]"
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 "[email protected]"
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 "[email protected]"
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 "[email protected]"
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

Comments
 (0)