Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This moves the repo configuration from an env variable to the config yaml file.
repos are configured by:
: Unique identifier for the repo, this is used for subdpath in the /material path on the deployed site.
: The URL of the material repo, e.g.
https://github.com/UNIVERSE-HPC/course-material
.: You can exclude certain sections and courses from the material repo, this is useful if you want to include a subset of the material in your deployment.
: A list of themes to exclude from the material repo, this should match the "id" field in the theme markdown page.
: A list of courses to exclude from the material repo, this should match the "id" field in the course markdown page.
: A list of sections to exclude from the material repo, this should match the "id" field in the section markdown page.
Support for multiple repos:
Support for excluding parts of the repo:
TODO:
This isn't complete: