You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/git push origin gh-pages
remote: Permission to OpenDRR/pathways-paper.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/OpenDRR/pathways-paper.git/': The requested URL returned error: 403
Error: Action failed with "The process '/usr/bin/git' failed with exit code 128"
It may be a good thing that git push origin gh-pages didn't work there because we do not want Pull Requests previews replacing the rendered document from the main branch. However, it would still be nice if we could preview the rendered document from a pull request.
TODO:
Stop .github/workflows/asciidoctor.yml from failing: Do not run the "Deploy to GitHub Pages" step for pull requests.
Find alternative way to still deploy pull requests to GitHub Pages but perhaps in a different directory
The text was updated successfully, but these errors were encountered:
From https://github.com/OpenDRR/pathways-paper/runs/4613147866?check_suite_focus=true:
It may be a good thing that
git push origin gh-pages
didn't work there because we do not want Pull Requests previews replacing the rendered document from themain
branch. However, it would still be nice if we could preview the rendered document from a pull request.TODO:
The text was updated successfully, but these errors were encountered: