From f881483b96243cbb04a2e62e7f4bf23d37846167 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Mon, 21 Sep 2026 15:06:59 -0500 Subject: [PATCH] Fix slide overflow and update presenter affiliation Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- README.md | 2 ++ slides/Slides.md | 43 +++++++++++++++++++++++++++++++------------ 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3188c8e..e9e04bc 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Resources and demos for Chris Ayers' talk "CI/CD with GitHub Actions", showcasin **Chris Ayers**, Principal Software Engineer +Azure EngOps AzRel + [Blog](https://chris-ayers.com/) | [GitHub](https://github.com/codebytes) | [LinkedIn](https://linkedin.com/in/chris-l-ayers/) | [Bluesky](https://bsky.app/profile/chris-ayers.com) | [Mastodon](https://hachyderm.io/@Chrisayers) ## License diff --git a/slides/Slides.md b/slides/Slides.md index a785620..8133bef 100644 --- a/slides/Slides.md +++ b/slides/Slides.md @@ -15,7 +15,7 @@ footer: '@Chris_L_Ayers - https://chris-ayers.com' ![bg left:40%](./img/portrait.png) ## Chris Ayers -### Principal Software Engineer
Microsoft +### Principal Software Engineer
Azure EngOps AzRel
Microsoft BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com) LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/) @@ -305,6 +305,10 @@ jobs: # Environment Variables & Contexts + +
@@ -386,6 +390,8 @@ concurrency: pre { font-size: 68%; line-height: 1.35; } h3 { margin-bottom: 0.2em; } table { font-size: 78%; } +th, td { padding: 6px 12px; } +pre code span.hljs-template-variable { color: #ffa657; }
@@ -497,14 +503,12 @@ Default token is scoped per-repo # Real-World Pipeline — .NET CI/CD -
-
- ### Build, Test & Publish ```yaml jobs: @@ -526,8 +530,16 @@ jobs: path: ./webapp ``` -
-
+--- + +# Real-World Pipeline — .NET CI/CD + + ### Deploy to Azure ```yaml @@ -554,9 +566,6 @@ jobs: 📂 Demo: `10-dotnet.yml` -
-
- --- # Artifacts & Caching @@ -944,6 +953,7 @@ AI-powered automation with natural language @@ -1066,6 +1076,15 @@ h2 { margin-bottom: 0.2em; } # Questions + + ![bg](./img/owl.png) ---