Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- run: npm install --global @marp-team/marp-cli
- run: npm install --global @marp-team/marp-cli qrcode
- name: Generate QR code
shell: bash
run: |
slides_url="https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/"
qrcode --error Q --qzone 4 \
--darkcolor 3a9ebfff --lightcolor 1f2a30ff \
--output slides/qr.svg "${slides_url}"
- run: marp slides/index.md -o slides/index.html
- run: marp slides/index.md --pdf -o slides/slides.pdf
- run: marp slides/index.md --image png -o slides/slides-thumb.png
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ cython_debug/
slides/*.html
slides/slides.pdf
slides/slides-thumb.png
slides/qr.svg
2 changes: 1 addition & 1 deletion slides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: SSC Compact Course

<!-- _class: title -->
<!-- _paginate: false -->
<!-- _footer: "Last updated: 2026-05-22" -->
<!-- _footer: "Last updated: 2026-06-15" -->

# Python Packaging

Expand Down
1 change: 1 addition & 0 deletions slides/ssc.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.