diff --git a/.github/workflows/fix-figure-paths.yaml b/.github/workflows/fix-figure-paths.yaml index 59a7cc4..416189e 100644 --- a/.github/workflows/fix-figure-paths.yaml +++ b/.github/workflows/fix-figure-paths.yaml @@ -19,6 +19,8 @@ jobs: with: # 0 indicates all history for all branches and tags, 1 is shallow (and default) fetch-depth: 1 + # Don't show progress bar, very verbose for large repos + show-progress: false # Uncomment / move to get a tmux ssh session for interactive debugging # - name: Setup tmate session diff --git a/.github/workflows/render-lecture-slide-status.yaml b/.github/workflows/render-lecture-slide-status.yaml index 693ff73..1ee5b62 100644 --- a/.github/workflows/render-lecture-slide-status.yaml +++ b/.github/workflows/render-lecture-slide-status.yaml @@ -30,6 +30,8 @@ jobs: uses: actions/checkout@v4 with: repository: slds-lmu/lecture_service + # Don't show progress bar, very verbose for large repos + show-progress: false # Most reliable way I've found to get the repo name and use it as a parameter for the checkout action # see https://stackoverflow.com/a/75513916/409362 @@ -49,6 +51,8 @@ jobs: # No need for git history # 0 indicates all history for all branches and tags, 1 is shallow (and default) fetch-depth: 1 + # Don't show progress bar, very verbose for large repos + show-progress: false # Uncomment / move to get a tmux ssh session for interactive debugging # - name: Setup tmate session diff --git a/.github/workflows/update-latex-math.yaml b/.github/workflows/update-latex-math.yaml index f8ec62f..47fc38b 100644 --- a/.github/workflows/update-latex-math.yaml +++ b/.github/workflows/update-latex-math.yaml @@ -19,6 +19,8 @@ jobs: with: # 0 indicates all history for all branches and tags, 1 is shallow (and default) fetch-depth: 1 + # Don't show progress bar, very verbose for large repos + show-progress: false # Uncomment / move to get a tmux ssh session for interactive debugging # - name: Setup tmate session