spyder-ide / spyder-docs

Documentation for Spyder, the Scientific Python Development Environment
https://docs.spyder-ide.org
MIT License
32 stars 274 forks source link

Run linkcheck weekly and silences SO/SE failures due to blocking GHA #360

Closed CAM-Gerlach closed 4 months ago

CAM-Gerlach commented 4 months ago

Pull Request

Pull Request Checklist

Description of Changes

Silences the new linkcheck failures due to Stack Overflow/Stack Exchange apparently blocking requests from GitHub Actions (likely due to scraping or bot concerns), and schedule the linkcheck job to run weekly to catch issues as they arise rather than just with PRs. Also, make the name clearer and allow running on-demand on workflow dispatch.

Unblocks PR #358

ccordoba12 commented 4 months ago

Thanks @CAM-Gerlach!