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
If a repository is forked then the deploy-docs job from the publich_head.yml has not to be run because at least it will trigger the error caused by the git fetch origin gh-pages from the job's last step.
Expected:
In a fork I expect to perform git checkout main && git fetch --all -p && git rebase upstream/main && git push to successfully run without any failure in actions.
Actual:
Performing the aforementioned command triggers the deploy-docs job and causes failure which ends up with redundant frictions/e-mail notifications/etc.
The text was updated successfully, but these errors were encountered:
If a repository is forked then the
deploy-docs
job from thepublich_head.yml
has not to be run because at least it will trigger the error caused by thegit fetch origin gh-pages
from the job's last step.Expected:
In a fork I expect to perform
git checkout main && git fetch --all -p && git rebase upstream/main && git push
to successfully run without any failure in actions.Actual:
Performing the aforementioned command triggers the
deploy-docs
job and causes failure which ends up with redundant frictions/e-mail notifications/etc.The text was updated successfully, but these errors were encountered: