Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation build workflow fails in forks #2478

Open
sebix opened this issue Mar 17, 2024 · 0 comments
Open

documentation build workflow fails in forks #2478

sebix opened this issue Mar 17, 2024 · 0 comments

Comments

@sebix
Copy link
Member

sebix commented Mar 17, 2024

The GitHub workflow Build and publish documentation requires the branch gh-pages and thus fails in all forks if the branch is not created explicitly.

Run git fetch origin gh-pages --depth=1
fatal: couldn't find remote ref gh-pages
Error: Process completed with exit code 128.

maybe disable the workflow should be disabled in forks or when the branch does not exist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant