The branch name of the repo is master but urls are created according to the default branch name main as mentioned at https://github.com/quarto-dev/quarto-cli/discussions/4826. Because Edit this page and View source buttons in every page contains branch names in their urls, they do not work now.
Solution
It updates repo-branch: main to repo-branch: master to solve this.
Problem
The branch name of the repo is
master
but urls are created according to the default branch namemain
as mentioned at https://github.com/quarto-dev/quarto-cli/discussions/4826. Because Edit this page and View source buttons in every page contains branch names in their urls, they do not work now.Solution
It updates
repo-branch: main
torepo-branch: master
to solve this.Example
Example for homepage(https://lakens.github.io/statistical_inferences/): old and not working button urls:
Example for homepage(https://lakens.github.io/statistical_inferences/): new and working button urls: