We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a9432 commit c531feeCopy full SHA for c531fee
.github/workflows/build.yaml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
+ with:
11
+ submodules: true
12
- uses: actions/setup-node@v5
13
- name: Build
14
run: npm install && npm run build
0 commit comments