Skip to content

Commit

Permalink
chore: Modify workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 13, 2020
1 parent 3fc3874 commit 7a56d0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
cat .gitmodules
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
git pull --recurse-submodules
cd react-native && git checkout gh-pages
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive
git checkout gh-pages
- name: Setup Node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 7a56d0b

Please sign in to comment.