gpwclark/Website Change Tracker
Track website changes and generate RSS feeds with GitHub Pages deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 15, 2025
- License
- MIT
Pinned Snippet
uses: gpwclark/watcher@242b3787134333aade26de78f47cbe472a82575e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| sites-config | Path to watcher-config.toml configuration file | no | watcher-config.toml |
| generate-site | Generate static site for GitHub Pages | no | true |
| output-dir | Output directory for static site | no | deploy |
| subdirectory | Subdirectory for deployment (must start with "/", e.g., "/tracker", "/" for root) | no | / |
| base-url | Base URL for RSS feed links (auto-detected if not provided) | no | "" |
| commit-to-gh-pages | Commit content and feeds to gh-pages branch for history | no | true |
| deploy-to-pages | Deploy the static site to GitHub Pages | no | true |
Outputs
| name | description |
|---|---|
| updated-count | Number of sites that were updated |
| error-count | Number of sites that had errors |
| deployment-url | URL where the site was deployed (if deployment was enabled) |