I got a 404 when I went to docs: https://usepa.github.io/rExpertQuery/
The pkgdown action seems to be build docs on the gh-page branch fine, but the last deployment from that branch was Jun 2, 2025
Not sure why it's not getting deployed, and even if new versions aren't getting deployed the old ones should still be there... I'd try updating all actions in the workflow to latest and go from there:
- uses: actions/checkout@v6
- uses: JamesIves/github-pages-deploy-action@v4.8.0
I got a 404 when I went to docs: https://usepa.github.io/rExpertQuery/
The pkgdown action seems to be build docs on the gh-page branch fine, but the last deployment from that branch was Jun 2, 2025
Not sure why it's not getting deployed, and even if new versions aren't getting deployed the old ones should still be there... I'd try updating all actions in the workflow to latest and go from there: