Skip to content

Commit 8c52f3d

Browse files
FidelusAleksanderJNACN92
authored andcommitted
fix: remove mention of step 3b workflow (skills#106)
1 parent 9f53103 commit 8c52f3d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/2-first-introduction.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,5 @@ jobs:
131131
run: |
132132
gh workflow disable "${{github.workflow}}"
133133
gh workflow enable "Step 3"
134-
gh workflow enable "Step 3b"
135134
env:
136135
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

src/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
current_dir = Path(__file__).parent
1919
app.mount("/static", StaticFiles(directory=os.path.join(Path(__file__).parent,
2020
"static")), name="static")
21-
2221
# In-memory activity database
2322
activities = {
2423
"Chess Club": {

0 commit comments

Comments
 (0)