Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 488 Bytes

File metadata and controls

14 lines (9 loc) · 488 Bytes

Tools

Rebuilding the course website

The public site at https://mlip-cmu.github.io/f2026/ is generated by the publish-gh-pages GitHub Action from README.md and the schedule spreadsheet.

It rebuilds automatically on every push to main. To skip building the website (e.g., when changing an assignment) include [ci skip] in the commit message.

To trigger a build manually, e.g., after updating the spreadsheet run:

gh workflow run publish-gh-pages -R mlip-cmu/f2026