Skip to content

[BUG] readthedocs actions doesn't provide a working URL to deploy preview when updating docs #205

@sgibson91

Description

@sgibson91

Context

This action was intended to automatically provide the URL to a readthedocs deploy preview when documentation was changed in a PR. However, the URL provided is a 404.

The cause is because, for the https://docs.2i2c.org site at least, we turned off multi-language support, so our URLs no longer contain /en, but the URL that is being spat out by the action does, causing the 404. A deeper dive into the action is required to see if the URL pattern can be configured via options, maybe an upstream contribution is needed.

For now I will just disable the workflow in the GitHub Actions UI, because I think it is more annoying to be given a broken URL than no URL at all.

Proposal

No response

Updates and actions

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions