Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 923 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 923 Bytes

TheWiki

The IISERM Wiki

Editing and Building the 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

  1. You must clone main branch
  2. Install Quarto
  3. 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 author section of the page.
    • [] Make sure you add your name in the index.qmd file's author section.
  4. Commit changes, do not push
  5. Run quarto publish gh-pages --no-browser
  6. Run git push

Github Actions

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.