Skip to content

Commit c29fe5e

Browse files
committed
chore: Modify workflows config.
1 parent 866cf5e commit c29fe5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git submodule sync --recursive
1818
cat .gitmodules
1919
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
20-
cd react-native && git fetch && git checkout -f origin/gh-pages
20+
git pull --recurse-submodules
2121
2222
- name: Setup Node
2323
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)