Skip to content

Commit

Permalink
Try to fix file filter
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Jul 3, 2023
1 parent 37c3f5f commit 41fb47e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# 5s * 365 / 4 = 7.5min
gource_seconds_per_day: 3
gource_start_date: '2023-01-06'
gource_file_filter: '.*buildres/csl/.*'
gource_file_filter: 'buildres/csl'
- name: 'Store video'
run: |
mkdir gource-videos
Expand All @@ -45,7 +45,7 @@ jobs:
gource_seconds_per_day: 3
gource_start_date: '2022-12-18'
gource_stop_date: '2023-01-06'
gource_file_filter: '.*buildres/csl/.*'
gource_file_filter: 'buildres/csl'
- name: 'Store video'
run: |
mv ./gource/gource.mp4 ./gource-videos/jabref-v5.9.mp4
Expand All @@ -58,7 +58,7 @@ jobs:
# 0.01 leads to a 45 second video for the complete history until end of 2020
# 0.1 leads to a 8 minute video
gource_seconds_per_day: 0.1
gource_file_filter: '.*buildres/csl/.*'
gource_file_filter: 'buildres/csl'
- name: 'Store video'
run: |
mv gource/gource.mp4 gource-videos/jabref-complete.mp4
Expand Down

0 comments on commit 41fb47e

Please sign in to comment.