Skip to content

GH_PAGES_URL is converted to all lowercase #6

Description

@achim-w

I found that the URL that is later used as the "anchor" in the linkset.json is converted to all lowercase in the GitHub action.

gh_pages_url=$(echo "$gh_pages_url" | tr '[:upper:]' '[:lower:]')

Is there any reason why this is done? Otherwise, I would propose removing this line, as the URL for the GitHub Pages seams to be case-sensitive (at least for the project name), see e.g. the already published Train of Trainers:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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