-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] add temporary code to update documentattion workflow to gener…
…ate correct api docs
- Loading branch information
1 parent
6936f64
commit fbd6ff3
Showing
1 changed file
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Selenium CI Bot" | ||
- name: Get updated Rakefile | ||
- name: TEMP Get correct generation code | ||
run: | | ||
git fetch origin auto_docs | ||
git checkout origin/auto_docs -- Rakefile | ||
git fetch origin trunk | ||
git checkout origin/trunk -- Rakefile | ||
- name: Setup Java | ||
uses: actions/setup-java@v3 | ||
with: | ||
|
@@ -54,10 +54,10 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Selenium CI Bot" | ||
- name: Get updated Rakefile | ||
- name: TEMP Get correct generation code | ||
run: | | ||
git fetch origin auto_docs | ||
git checkout origin/auto_docs -- Rakefile | ||
git fetch origin trunk | ||
git checkout origin/trunk -- Rakefile | ||
- name: Setup Java | ||
uses: actions/setup-java@v3 | ||
with: | ||
|
@@ -85,10 +85,12 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Selenium CI Bot" | ||
- name: Get updated Rakefile | ||
- name: TEMP Get correct generation code | ||
run: | | ||
git fetch origin auto_docs | ||
git checkout origin/auto_docs -- Rakefile | ||
git fetch origin trunk | ||
git cherry-pick da71ba31 | ||
git cherry-pick 6936f642 | ||
git checkout origin/trunk -- Rakefile | ||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v4 | ||
with: | ||
|
@@ -119,10 +121,10 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Selenium CI Bot" | ||
- name: Get updated Rakefile | ||
- name: TEMP Get correct generation code | ||
run: | | ||
git fetch origin auto_docs | ||
git checkout origin/auto_docs -- Rakefile | ||
git fetch origin trunk | ||
git checkout origin/trunk -- Rakefile | ||
- name: Install specific version of DocFX tool | ||
# Pinning to 2.75.3 to avoid breaking changes in newer versions | ||
# See https://github.com/dotnet/docfx/issues/9855 | ||
|
@@ -149,10 +151,10 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Selenium CI Bot" | ||
- name: Get updated Rakefile | ||
- name: TEMP Get correct generation code | ||
run: | | ||
git fetch origin auto_docs | ||
git checkout origin/auto_docs -- Rakefile | ||
git fetch origin trunk | ||
git checkout origin/trunk -- Rakefile | ||
- name: Install npm dependencies | ||
run: | | ||
npm install | ||
|