From 9c61aed591f26668c16c3d62430bac620338d9b9 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Mon, 2 Oct 2023 00:03:37 +0000 Subject: [PATCH] updated slides --- slides/Slides.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/slides/Slides.md b/slides/Slides.md index d1e3121..2598873 100644 --- a/slides/Slides.md +++ b/slides/Slides.md @@ -44,6 +44,14 @@ GitHub uses YAML for workflows Demo: [Online Parser](https://yaml-online-parser.appspot.com/) + +
@@ -98,12 +106,12 @@ linkStyle 4 color:green; --- -![bg](./img/bg.png) +![bg right fit](./img/bg.png) # Actions Overview -- Actions are Event Driven - Live in the .github/workflows folder - Workflows are defined in YAML +- Workflows are Event Driven ---