-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
workflows/ci_docs: lots of goodies #13809
Conversation
This should be a complete replacement for our current Travis CI setup.
So that any changes regarding the stylesheets would be reflected on the published docs.
This makes the "Source" links work correctly.
Only deploy the Linux-generated version.
This should cut the time spent building csources, which is about 1-2mins depending on OS.
Verified working :) https://github.com/nim-lang/Nim/actions/runs/67295137 |
paths: | ||
- 'lib/**.nim' | ||
- 'doc/**.rst' | ||
- 'doc/nimdoc.css' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alaviss what about tools/dochack
which includes tools/dochack/dochack.nim
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to PR that in.
This should be a complete replacement for our current Travis CI setup.