Closed
Description
Describe the bug
Github pages bot re-building page with Jekyll (despite .nojekyll) being present after successful deployment using JamesIves
github-pages-deploy-action.
Reproduction Steps
Manually force rerun of workflow file https://github.com/egouldo/ManyEcoEvo/actions/workflows/pkgdown.yaml. Build will be successful, but will trigger pages-build-deployment GitHub bot action, which will fail, https://github.com/egouldo/ManyEcoEvo/actions/runs/6779117783.
Logs
- Initial workflow: https://github.com/egouldo/ManyEcoEvo/actions/runs/6779032303/job/18425450012 (successful)
- pages-build-deployment, triggered by 1: https://github.com/egouldo/ManyEcoEvo/actions/runs/6779117783
Workflow
https://github.com/egouldo/ManyEcoEvo/actions/workflows/pkgdown.yaml
Additional Comments
I have also created a discussion item at https://github.com/orgs/community/discussions/73729 in case the problem is not caused by this action.