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 3081cc5 commit 66e2e27Copy full SHA for 66e2e27
.github/workflows/build-and-deploy-rcr-ui.yml
@@ -39,8 +39,7 @@ jobs:
39
- name: Switch to latest gh-pages branch of the RCR
40
run: |
41
git submodule foreach git fetch
42
- git submodule foreach git checkout gh-pages
43
- git submodule foreach git pull --force
+ git submodule foreach git checkout origin/gh-pages
44
45
- name: Install platform tooling
46
timeout-minutes: 10
0 commit comments