Skip to content

Commit

Permalink
checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed Mar 16, 2020
1 parent 3e6dece commit 12a22b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
submodules: true
- name: build web
run: |
./build.sh
Expand Down

0 comments on commit 12a22b6

Please sign in to comment.