Skip to content

Commit 1a9a04a

Browse files
committed
Change actions
1 parent c5c25c0 commit 1a9a04a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: Build Documentation using MkDocs
55
on:
66
push:
77
branches: [master]
8+
paths:
9+
- '**.yml'
810
pull_request:
911
branches: [master]
1012

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ nav:
33
- CoderDojo TC: https://coderdojotc.github.io/CoderDojoTC/
44
- Beginning Python - Trinket:
55
- Introduction: trinket/00-introduction.md
6-
- Using Trinket: trinket/01a-trinket-account.md
6+
- Setting Up Trinket: trinket/01a-trinket-account.md
77
- Turtle Graphics: trinket/01b-turtle-graphics.md
88
- Turtle Square: trinket/02-simple-square.md
99
- Variables: trinket/03-variables.md

0 commit comments

Comments
 (0)