-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build HTML and publish to Github pages #8
Comments
feel free! |
Add support for building the HTML version of the specification. By default `make` will still only build the PDF version; `make pdf` or `make html` will build one or the other, and `make all` will build both. `make all` is run in CI. I also deduplicated the asciidoc commands a bit, and fixed ctrl-c for the docker builds. See riscv#8
Add support for building the HTML version of the specification. By default `make` will still only build the PDF version; `make pdf` or `make html` will build one or the other, and `make all` will build both. `make all` is run in CI. I also deduplicated the asciidoc commands a bit, and fixed ctrl-c for the docker builds. See riscv#8
This would be really nice to have! I'm not entierly sure what else needs to be done besides archiving the HTML, but I can see https://github.com/peaceiris/actions-gh-pages which should fix the deployment problem. |
Add support for building the HTML version of the specification. By default `make` will still only build the PDF version; `make pdf` or `make html` will build one or the other, and `make all` will build both. `make all` is run in CI. I also deduplicated the asciidoc commands a bit, and fixed ctrl-c for the docker builds. See riscv#8
Add support for building the HTML version of the specification. By default `make` will still only build the PDF version; `make pdf` or `make html` will build one or the other, and `make all` will build both. `make all` is run in CI. I also deduplicated the asciidoc commands a bit, and fixed ctrl-c for the docker builds. See riscv#8
Ok I got this to work on my fork. For some reason it deployed here: https://blog.timhutt.co.uk/riscv-cheri/ Hopefully it will deploy somewhere more sensible in this repo! I'll send a PR. |
Seems to be deployed at https://riscv.github.io/riscv-cheri/ now :) |
It would be nice to extend the Makefile to support building the spec as HTML and publish the result via Github Pages.
The text was updated successfully, but these errors were encountered: