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

Correction to publish_docs workflow for branches #1253

Merged
merged 2 commits into from
Sep 9, 2024

Commits on Aug 18, 2024

  1. Fix typo in docs/conf.py.in

    Makes `omit_branch_list` a proper list, so items added in the future will not
    cause errors.
    
    Signed-off-by: Winford <winford@object.stream>
    UncleGrumpy committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    97caac1 View commit details
    Browse the repository at this point in the history
  2. Correction to publish_docs workflow for branches

    The github `actions/checkout@v4` only tracks the current branch, even when
    `fetch-depth: 0` is used, this causes branch names other than the current one
    to be missed when creating the html navigation menus. This is solved by adding
    a step to track all of the remote branches that were fetched during checkout.
    
    Signed-off-by: Winford <winford@object.stream>
    UncleGrumpy committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2a18e6f View commit details
    Browse the repository at this point in the history