mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
The `add-path` command that deadsnake/action internally uses is disabled by default now [*1]. But the action is still does not support new style environment files commands [*2]. So this enables the deprecated command via `ACTIONS_ALLOW_UNSECURE_COMMANDS` envvar. [*1]: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ [*2]: https://github.com/deadsnakes/issues/issues/135