Skip to content

Commit 8a1961c

Browse files
committed
Make slides public
1 parent 1547ba4 commit 8a1961c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install ezslides
5252
run: pip install ./ezslides
5353
- name: Package files
54-
run: ezslides -o slides/${{ secrets.PREVIEW }} content/keynote.md
54+
run: ezslides content/keynote.md
5555

5656
- name: Setup Pages
5757
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0

keynote.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Build Your Own (Simple) Static Code Analyzer
33
author: Stefanie Molin
44
description: In this keynote, Stefanie Molin walks you through the process of creating a simple static code analyzer in Python using a data structure called an abstract syntax tree, which represents your code's structure and allows you to access its components in order to perform checks.
55
published: 2025-04-15T00:00:00.000Z
6-
last_modified: 2025-04-15T00:00:00.000Z
6+
last_modified: 2025-04-24T09:10:00.000Z
77
g_tag: G-25389D1SR4
8-
keywords: [ast docstring abstract-syntax-tree docstring-generator numpydoc python]
8+
keywords: [ast, docstring, abstract-syntax-tree, docstring-generator, numpydoc, python]
99
og:
1010
image:
1111
url: https://stefaniemolin.com/build-your-own-simple-static-code-analyzer-talk/media/traversal-animation.gif

0 commit comments

Comments
 (0)