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 ac34a2e commit 866cf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
git submodule sync --recursive
cat .gitmodules
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
cd react-native && git fetch --all -f && git checkout -f origin/gh-pages
cd react-native && git fetch && git checkout -f origin/gh-pages
- name: Setup Node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 866cf5e

Please sign in to comment.