certtools / intelmq

IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
https://docs.intelmq.org/latest/
GNU Affero General Public License v3.0
972 stars 295 forks source link

documentation build workflow fails in forks #2478

Open sebix opened 6 months ago

sebix commented 6 months ago

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?