Skip to content

Commit

Permalink
ci: include submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 31, 2023
1 parent 2c2bcf5 commit 8f9bff7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Download Build Artifacts
uses: actions/download-artifact@v3
with:
Expand All @@ -74,6 +76,8 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Download Korean Site
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 8f9bff7

Please sign in to comment.