David-Byrne / jekyll-diff-action

Github Action that diffs the built Jekyll site after a change, and comments the result back to GitHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this work only for pages in master?

ocefpaf opened this issue · comments

If I understood the jekyll_diff.sh the comparison happens against the master and not the target branch of the PR, right? If not I'm probably misusing it and feel free to close this.

If that is correct I believe that using the target branch would make this action more useful.

Nice catch, comparing against the target branch would make much more sense alright

Fixed in #7

Thanks!