Commit 4fefb5a
Aw (#91)
* Add actions-lock.json to manage action dependencies
* Fix code block syntax highlighting contrast in slides
Add GitHub Dark syntax highlighting colors for hljs tokens in both
light and dark themes. The dark pre background (#1f2328) was rendering
with Marp's default light-theme highlight colors, making code blocks
unreadable. Now uses GitHub's dark syntax palette (blues, reds, greens).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add composite vs reusable workflows comparison slide
New slide with side-by-side table comparing scope, location, sharing,
secrets, runners, and outputs. Includes when-to-use guidance for each
pattern. Inserted after existing examples, before Environments section.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Restructure slide deck to match demo flow and fill gaps
Reorder and add slides to align with demo workflow numbering (00-11):
- ADD: Steps slide (demo 03) — run:, uses:, shell:, step outputs
- ADD: .NET CI/CD Pipeline slide (demo 10) — full build/test/deploy
- MOVE: Job Dependencies after Jobs (matches demo 01→02 flow)
- MOVE: Path Filters into core syntax section (used by all demos)
- REMOVE: duplicate Job Dependencies and Path Filters slides
- FIX: Agentic Workflow Structure shows both frontmatter AND markdown body
- UPDATE: Agenda to match actual section flow
- UPDATE: Resources with agentic workflow docs links
New slide order follows demo progression:
Syntax → Events → Workflows → Jobs → Steps → Dependencies → Runners →
Env Vars → Path Filters → Expressions → Secrets → Matrix → .NET Pipeline →
Artifacts → Demos → Reusable/Composite → Environments → Security →
Agentic Workflows
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Remove agenda section from slides
* Tighten Key Security Features slide spacing
Add scoped styles to reduce font size and margins to prevent potential
overflow on smaller displays.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix markdownlint config for Marp slide decks
Disable rules that conflict with Marp presentation format:
- MD025: Allow multiple h1 headings (each slide has its own h1)
- MD026: Allow ! in headings (e.g. 'Thank you!')
- MD034: Allow bare URLs (Mastodon handles)
- MD060: Allow compact table pipe style
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3fe7350 commit 4fefb5a
5 files changed
Lines changed: 322 additions & 86 deletions
File tree
- .github
- aw
- linters
- slides
- themes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments