Description
Yesterday I updated the Data Clinic.qmds on 504D the UCL HAL github (only changed wording of the qmd files, nil else). Pull request preview looked fine. This morning I re-ran the “Quarto Publish” and “pages-build-deployment” workflows to update the website with the changes. These seemed to work and the website has been updated.
However, the website now only seems to be visible at https://uclhal.github.io/uclhal/ rather than our custom url https://uclhal.org/?
I’ve checked the “_quarto.yml” script (the CNAME script) on the main branch of the repo. It is unchanged and still contains the correct site-url option - but some some reason now doesn’t seem to be publishing to the custom URL?
Only possibility I can see is that in Settings/Pages/Build & Deployment and “publish.yml” file in main/.github/workflows, the target seems to be the gh-pages branch rather than the main branch. The gh-pages branch does not have the “_quarto.yml”.
Has anyone got any ideas of why this may be happening? I was tempted to try changing the target of the Settings and the publish.yml file to the main branch - but I don't want to mess it up any further!