Skip to content

Commit 67c5701

Browse files
authored
Update updateDirectory.yml
1 parent 921091c commit 67c5701

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/updateDirectory.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818
with:
1919
python-version: "3.12"
2020

21-
- name: Run Script
21+
- name: Run Directory Script
2222
run: python ./backend/html-directory-generator.py
2323

24+
- name: Run Random Link Script
25+
run: python ./backend/getRandomLinkList.py
26+
2427
- name: Commit and push changes
2528
run: |
2629
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)