We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c25c0 commit 1a9a04aCopy full SHA for 1a9a04a
.github/workflows/main.yml
@@ -5,6 +5,8 @@ name: Build Documentation using MkDocs
5
on:
6
push:
7
branches: [master]
8
+ paths:
9
+ - '**.yml'
10
pull_request:
11
12
mkdocs.yml
@@ -3,7 +3,7 @@ nav:
3
- CoderDojo TC: https://coderdojotc.github.io/CoderDojoTC/
4
- Beginning Python - Trinket:
- Introduction: trinket/00-introduction.md
- - Using Trinket: trinket/01a-trinket-account.md
+ - Setting Up Trinket: trinket/01a-trinket-account.md
- Turtle Graphics: trinket/01b-turtle-graphics.md
- Turtle Square: trinket/02-simple-square.md
- Variables: trinket/03-variables.md
0 commit comments