Skip to content

Conversation

github-actions[bot]
Copy link

No description provided.

muniter added 3 commits March 26, 2022 08:59
1. Add new pattern `runtime/doc/**`. This is a common case were the
   contributor modifies only the help file but the doc gen would discard
   their changes.

2. Make "skip ci" not skip the workflow. Since one of the most
   common uses for skip ci is doc changes and that's when this
   workflow is actually needed.

   This is a accomplished by using pull_request_target but by default
   $GITHUB_SHA in this event is the last commit of the base branch
   (neovim master). Therefore generate the docs in the tip of the PR
   branch by providing a ref to the checkout action, which is also the
   same commit in which the user will run doc gen locally (should lead
   to less flakiness).

3. Add to the output what the changes after running doc gen would be.

[skip ci]
ci(doc): missing docs workflow improvements
@github-actions github-actions bot force-pushed the marvim/api-doc-update/master branch from 8fa6108 to 59cd45b Compare May 19, 2022 20:45
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

Successfully merging this pull request may close these issues.

2 participants