Skip to content

Commit 3780ca6

Browse files
committed
Use a more traditional branch switch and pull
Signed-off-by: Andrew Symington <simmers@intrinsic.ai>
1 parent 8f5d25a commit 3780ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-rcr-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545

4646
- name: Switch to latest gh-pages branch of the RCR
4747
run: |
48-
git submodule foreach git fetch origin gh-pages
49-
git submodule foreach git checkout origin/gh-pages
48+
git submodule foreach git checkout gh-pages
49+
git submodule foreach git pull --force
5050
5151
- name: Setup Bazel
5252
uses: bazel-contrib/setup-bazel@0.15.0

0 commit comments

Comments
 (0)