Skip to content

feat: restructure week 8-10 around posters + writing, rebuild lecture 18 #24

feat: restructure week 8-10 around posters + writing, rebuild lecture 18

feat: restructure week 8-10 around posters + writing, rebuild lecture 18 #24

Workflow file for this run

# This workflow is disabled — all page generation now happens in deploy-site.yml.
# Keeping the file to avoid breaking workflow_run triggers that reference it.
#
# Previously, this workflow generated assignment HTML/PDFs and committed them.
# Since those files are now gitignored, the deploy workflow generates them
# at deploy time instead.
name: Build Course Pages
on:
push:
branches: [main]
paths:
- 'admin/syllabus.md'
- 'assignments/**/*.md'
- 'labs/**/*.md'
- 'scripts/build-pages.py'
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "Page generation now handled by deploy-site.yml"