File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push, pull_request]
44
55jobs :
66 validate-lessons :
7- name : Validate all lessons
7+ name : Validate Handling_Errors lesson
88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
1313 with :
1414 python-version : " 3.14"
1515 - name : Validate lesson HTML
16- run : python ./Scripts/LessonChecker.py --verify Lesson_Materials/* /index.html
16+ run : python ./Scripts/LessonChecker.py --verify Lesson_Materials/Handling_Errors /index.html
1717
1818 test-acpp :
1919 name : acpp llvm ${{ matrix.clang }}, ${{ matrix.os }}
7878 - name : Extract code blocks from lesson
7979 run : |
8080 SNIPPETS="${GITHUB_WORKSPACE}/Code_Exercises/Lesson_Snippets"
81- LESSONS="Lesson_Materials/Handling_Errors/index.html Lesson_Materials/Buffer_Accessor/index.html Lesson_Materials/Enqueueing_a_Kernel/index.html "
81+ LESSONS="Lesson_Materials/Handling_Errors/index.html Lesson_Materials/Buffer_Accessor/index.html"
8282
8383 python ./Scripts/LessonChecker.py --extract -o "${SNIPPETS}" ${LESSONS}
8484 - name : Build SYCLAcademy SYCL source code
You can’t perform that action at this time.
0 commit comments