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:
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.
templates/.github/workflows/signposting.yml
Line 23 in 669ea1d
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: