-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an option to skip building Agda code (#190)
Closes #187. Currently [Agda code being embedded in code blocks](https://user-images.githubusercontent.com/4346137/217057817-b10648a1-9419-4f2a-969c-9a2ad9efc323.png) - I don't know if we want to add a special class to these, so they don't have a border? This is implemented by avoiding any build steps which would cause an Agda compile (specifically `_build/all-pages.json`). The alternative would be to rely on staler versions of those files, and simply not rebuild them. I think what I'm doing here is the correct thing to do. It keeps us honest with our task dependencies, and means `--skip-agda` works from a clean build directory. It does mean some site features (namely `agda://` links) won't work. Co-authored-by: Amélia <[email protected]>
- Loading branch information
Showing
5 changed files
with
58 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters