Commit 099ce256 authored by Aiden Grossman's avatar Aiden Grossman
Browse files

[Github] Fetch before files changed action on push in docs action

My previous commit 397f1ce9 switched up
the docs github action to use the GH API for pull requests. However,
this breaks the action when pushing to a branch as the Github API can't
provide diffs for commits. This patch fixes that by creating a local
checkout beforehand on push events for determining the changed files.
parent 368a3988
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment