pytorch / multipy

torch::deploy (multipy for non-torch uses) is a system that lets you get around the GIL problem by running multiple Python interpreters in a single C++ process.
Other
174 stars 35 forks source link

only rebuild docs if needed #260

Closed teknoraver closed 2 years ago

teknoraver commented 2 years ago

Closes #256

The github docpush action was failing every time that the documentation was not changed. Fix this by ignoring the error in git commit and skipping the push if the commit is empty.

Docs aren't changed Docs are changed

facebook-github-bot commented 2 years ago

@teknoraver has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.