matrix-spec/.github/workflows
Andrew Morgan 3313b6a0a5 Download hugo submodule and its deps when running npm i
This commit adds a bit of helper code to the top-level package.json to
always ensure that the `themes/docsy` submodule is checked out and that
its nodejs dependencies are installed. Thus, we can remove the need to
download git submodules directly. Instead they will be loaded when running
`npm i`.

We also don't need to load submodules recursively anymore, as docsy has
removed any submodules from its repo since the last time we updated the
theme.

The `--depth 1` bit of `git submodule update --init --depth 1` tells git
to only check out the latest commit of any submodules - saving bandwidth
and space.
2022-11-01 18:31:07 +00:00
..
checks.yaml Move newsfragment check to a separate workflow (#1193) 2022-08-02 23:44:44 +01:00
main.yml Download hugo submodule and its deps when running npm i 2022-11-01 18:31:07 +00:00
netlify.yaml 💚 Update PR description editing action (#3558) 2021-12-09 09:14:03 +01:00
spell-check.yaml Pin typos to v1.10.2 and run on pushes to main (#1143) 2022-06-26 14:39:43 -06:00