Skip to content

Commit 29e1032

Browse files
committed
CI: Rename syllabi generation scripts and workflow.
1 parent 550aeaf commit 29e1032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-syllabi-docker-compose.yml renamed to .github/workflows/generate-syllabi-docker-composes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate Syllabi Docker Compose Files
1+
name: Generate Syllabi Docker Composes
22

33
on:
44
push:
@@ -24,7 +24,7 @@ jobs:
2424
python-version: '3.11'
2525

2626
- name: Process syllabi and create modified docker-compose files
27-
run: python3 brev/process-syllabi-docker-compose.py
27+
run: python3 brev/generate-syllabi-docker-composes.py
2828

2929
- name: Configure Git
3030
run: |
File renamed without changes.

0 commit comments

Comments
 (0)