Skip to content

Commit 7107592

Browse files
robertoaloimeta-codesync[bot]
authored andcommitted
Ensure submodules are available when building the website (#164)
Summary: Pull Request resolved: #164 Now that we are including eqwalizer docs as part of the ELP docs, ensure the eqwalizer submodule is available when building the website. Reviewed By: TD5 Differential Revision: D93857836 fbshipit-source-id: 66c12fbcc9182c0eb5dfe2a7539b0534adfd09fb
1 parent c1e2bcb commit 7107592

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
submodules: true
1820
- uses: actions/setup-node@v3
1921
with:
2022
node-version: 20

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
submodules: true
1820
- uses: actions/setup-node@v3
1921
with:
2022
node-version: 20

0 commit comments

Comments
 (0)