Skip to content

Commit c14429e

Browse files
committed
Update README.md and workflow
1 parent fdc3204 commit c14429e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/publish-page.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
marp output_marp.ja.md --allow-local-files --html --output ja_GitHub_Copilot_patterns_and_exercise_full.html
5555
5656
# GENERATE ENGLISH ONLY-PATTERNS SLIDES
57-
python scripts/generate-marp-slides.py --locale en --sections title description example --levels lv2 lv3
57+
python scripts/generate-marp-slides.py --locale en --sections top description example --levels lv2 lv3
5858
marp output_marp.en.md --allow-local-files --html --output en_GitHub_Copilot_patterns_short.html
5959
6060
# GENERATE JAPANESE ONLY-PATTERNS SLIDES
61-
python scripts/generate-marp-slides.py --locale ja --sections title description example --levels lv2 lv3
61+
python scripts/generate-marp-slides.py --locale ja --sections top description example --levels lv2 lv3
6262
marp output_marp.ja.md --allow-local-files --html --output ja_GitHub_Copilot_patterns_short.html
6363
6464
ls *.html | ./create-index-html.sh > index.html

.github/workflows/publish-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
marp output_marp.ja.md --allow-local-files --html --pdf --output ja_GitHub_Copilot_patterns_and_exercise_full.pdf
3636
3737
# GENERATE ENGLISH ONLY-PATTERNS SLIDES
38-
python scripts/generate-marp-slides.py --locale en --sections title description example --levels lv2 lv3
38+
python scripts/generate-marp-slides.py --locale en --sections top description example --levels lv2 lv3
3939
marp output_marp.en.md --allow-local-files --html --pptx --output en_GitHub_Copilot_patterns_short.pptx
4040
marp output_marp.en.md --allow-local-files --html --pdf --output en_GitHub_Copilot_patterns_short.pdf
4141
4242
# GENERATE JAPANESE ONLY-PATTERNS SLIDES
43-
python scripts/generate-marp-slides.py --locale ja --sections title description example --levels lv2 lv3
43+
python scripts/generate-marp-slides.py --locale ja --sections top description example --levels lv2 lv3
4444
marp output_marp.ja.md --allow-local-files --html --pptx --output ja_GitHub_Copilot_patterns_short.pptx
4545
marp output_marp.ja.md --allow-local-files --html --pdf --output ja_GitHub_Copilot_patterns_short.pdf
4646

scripts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ You can customize the script's behavior through the following command-line argum
3535
Example:
3636

3737
```bash
38-
python scripts/generate-marp-slides.py --sections title description
38+
python scripts/generate-marp-slides.py --sections top description
3939
```
4040

41-
This will include only the 'title' and 'description' sections in the final document.
41+
This will include only the 'top' and 'description' sections in the final document.
4242

43-
Current options are title, description, example, exercise and checklist
43+
Current options are top, description, example, exercise and checklist
4444

4545
- `--levels`: Specifies which levels to include in the final document.
4646

@@ -69,7 +69,7 @@ You can customize the script's behavior through the following command-line argum
6969
You can combine multiple options as follows:
7070

7171
```bash
72-
python scripts/generate-marp-slides.py --sections title description example exercise checklist --levels lv1 lv2 lv3 --locale en
72+
python scripts/generate-marp-slides.py --sections top description example exercise checklist --levels lv1 lv2 lv3 --locale en
7373
```
7474

7575
## Contributing

0 commit comments

Comments
 (0)