-
Notifications
You must be signed in to change notification settings - Fork 22.7k
Add md to pr-test diff #5416
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
Add md to pr-test diff #5416
Conversation
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.
I always get nervous about that.
get-diff-action
uses minimatch
and in their example they have a +
before the list of file extensions.
As mentioned in Slack, I think you should include a silly change to file/en-us/mdn/kitchensink/index.html
and make sure that file gets built.
Looks like I am pinging people to review left-and-right automatically, because the system thinks I am a stranger. Sorry @Rumyra! |
Preview URLsFlawsNone! 🎉 External URLsURL: No new external URLs |
@@ -58,7 +58,7 @@ jobs: | |||
- uses: technote-space/[email protected] | |||
id: git_diff_content | |||
with: | |||
PATTERNS: files/**/*.html | |||
PATTERNS: files/**/*.+(html|md) |
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.
Yay! There are so many ways and I can never remember which is which. Apparently, this here works.
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.
Would you mind doing another commit + push where you remove the sample change in the kitchensink page?
Co-authored-by: Peter Bengtsson <[email protected]>
Done! Thanks for the hint @peterbe. Shall we merge? |
Hey @peterbe,
I have to admit that I did not try to run this locally (most of all, because I did not know how). My intention here is to make preview work for getting #5193 into shape. Lmkwyt!