The IISERM Wiki
The wiki is built using quarto and deployed to gh-pages, which has a workflow that deploys to the website every push to the gh-pages branch.
Thus, the steps to edit are
- You must clone
mainbranch - Install Quarto
- Edit files in
./src- [] Make sure you add a page title to every page. See one of the other pages to understand how to do that.
- [] Make sure you add your name in the
authorsection of the page. - [] Make sure you add your name in the
index.qmdfile'sauthorsection.
- Commit changes, do not push
- Run
quarto publish gh-pages --no-browser - Run
git push
You don't need this unless you know what you are doing, or you don't, but nothing else has worked.
Currently, the action is just the HTML deploy action from Github, with the source branch set to gh-pages.