lsms-worldbank / adodown

Tools for building Stata package documentation websites
https://lsms-worldbank.github.io/adodown/
5 stars 0 forks source link

Use `Environment Files` instead of `set-output` #15

Open arthur-shaw opened 7 months ago

arthur-shaw commented 7 months ago

During a recent run of adodownr, got this warning:

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Looking at the GHA YAML for adodown, this command does not appear to be invoked direclty. Perhaps it's part of github-pages-deploy-action.

If so, the steps suggested in #14 should resolve this issue as well.

arthur-shaw commented 7 months ago

Note: this got addressed by #14