Skip to content

Commit 66e2e27

Browse files
committed
Another attempt
Signed-off-by: Andrew Symington <[email protected]>
1 parent 3081cc5 commit 66e2e27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
- name: Switch to latest gh-pages branch of the RCR
4040
run: |
4141
git submodule foreach git fetch
42-
git submodule foreach git checkout gh-pages
43-
git submodule foreach git pull --force
42+
git submodule foreach git checkout origin/gh-pages
4443
4544
- name: Install platform tooling
4645
timeout-minutes: 10

0 commit comments

Comments
 (0)