Skip to content
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

Document how to use url checker for pull request changes #102

Open
ge0ffrey opened this issue Jan 18, 2023 · 2 comments
Open

Document how to use url checker for pull request changes #102

ge0ffrey opened this issue Jan 18, 2023 · 2 comments

Comments

@ge0ffrey
Copy link

ge0ffrey commented Jan 18, 2023

Presume we build a website with a static website generator (jekyll, jbake, hugo, ...)
The output website is in directory output.

How do we check if there are no new broken url's in a pull request?
After building it from a pull request, by checking the files in the output directory.

It always checks out a new branch, because parameter branch defaults to master, so it ignores the changes in the pull request.
Document how to tell it to use the current branch (don't check anything out).

@vsoch
Copy link
Collaborator

vsoch commented Jan 18, 2023

We probably just need to make branch optional (and not default to master) so it's not added. Would this work?

@vsoch
Copy link
Collaborator

vsoch commented Jan 18, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants