-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat(ci): run mdbook on pull requests #226
feat(ci): run mdbook on pull requests #226
Conversation
b474296
to
4d7fa1f
Compare
OK this should be fine now -- added some caching, which should hopefully help things go a bit faster. |
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.
This looks like a great improvement, but would you mind dropping some of the comments from the mdbook sample that are a bit "GitHub actions for beginners" please? Thanks!
84c0624
to
10c31df
Compare
Signed-off-by: Victor Adossi <[email protected]>
7b15621
to
b465716
Compare
Signed-off-by: Victor Adossi <[email protected]>
Signed-off-by: Victor Adossi <[email protected]>
Signed-off-by: Victor Adossi <[email protected]>
Signed-off-by: Victor Adossi <[email protected]>
a20adef
to
35e4017
Compare
Signed-off-by: Victor Adossi <[email protected]>
Signed-off-by: Victor Adossi <[email protected]>
Signed-off-by: Victor Adossi <[email protected]>
Signed-off-by: Victor Adossi <[email protected]>
Signed-off-by: Victor Adossi <[email protected]>
Signed-off-by: Victor Adossi <[email protected]>
Signed-off-by: Victor Adossi <[email protected]>
Hey @itowlson thisis ready for review! Also checked that deploy works on my own fork :) |
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.
Thanks @vados-cosmonic - I love the structure of the workflows and how you've pulled some of the nitty gritty out to common actions. I'm not very confident with reviewing the Just and Python stuff but I'm happy to and keep moving forwards!
Was wondering how PRs could have gotten though without
mdbook-linkcheck
running...Also @itowlson / @kate-goldenring how do ya'll feel about disabling merge-commits in favor of squash/rebase merging?