-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I'm copying your comment from #261 (comment)
The tutorials are linked via a git submodule which is defined here, but there is an incantation for adding them that I don't remember at the moment, but here is the PR when I set things up that way.
The .gitmodules setup seems straightforward. Once we have a tutorials OHW23 branch, we'll copy and adapt the ohw22 block to this:
[submodule "ohw23/tutorials"]
path = ohw23/tutorials
url = https://github.com/oceanhackweek/ohw-tutorials.git
branch = OHW23The incantation you referred to seems to be the
with:
submodules: trueblocks in workflows/check_sphinx_build.yml and workflows/deploy-docs.yml. If so, it looks like nothing more needs to be done.
Does that look right?
Metadata
Metadata
Assignees
Labels
No labels