Skip to content

Commit d52dd9d

Browse files
authored
Update generateCourseOverview.yml
1 parent 9e3ff55 commit d52dd9d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/generateCourseOverview.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
liaex -i index.yml -o index --format project --project-category-blur
6060
ls
6161
62+
- name: Cache repository
63+
uses: actions/cache@v3
64+
with:
65+
path: repository
66+
key: repository-${{ github.sha }}
67+
6268
commit:
6369
needs:
6470
[run_index]

0 commit comments

Comments
 (0)