ImperialCollegeLondon / intermediate_grad_school_git_course

Intermediate Git and GitHub for Effective Collaboration
https://imperialcollegelondon.github.io/intermediate_grad_school_git_course/
Other
3 stars 1 forks source link

Add workflow to publish with GitHub Actions #69

Closed alexdewar closed 1 month ago

alexdewar commented 1 month ago

This PR adds a workflow for deploying via GitHub Actions rather than directly from the gh-pages branch, which will give us more flexibility. See here for more info: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site

To check that it worked correctly, I ran the action directly from this branch, which seemed to work fine.

Closes #68.

alexdewar commented 1 month ago

Yeah we do, but I can do that before we merge this.