We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5d25a commit 3780ca6Copy full SHA for 3780ca6
.github/workflows/build-and-deploy-rcr-ui.yml
@@ -45,8 +45,8 @@ jobs:
45
46
- name: Switch to latest gh-pages branch of the RCR
47
run: |
48
- git submodule foreach git fetch origin gh-pages
49
- git submodule foreach git checkout origin/gh-pages
+ git submodule foreach git checkout gh-pages
+ git submodule foreach git pull --force
50
51
- name: Setup Bazel
52
uses: bazel-contrib/setup-bazel@0.15.0
0 commit comments