From ac4f8e8dd43c5719348bebdb4231c277ce5b3404 Mon Sep 17 00:00:00 2001 From: Florian Sihler Date: Fri, 12 Aug 2022 14:34:42 +0200 Subject: [PATCH] Update compile.yaml Trying to exclude pdfs https://github.com/actions/toolkit/issues/713 --- .github/workflows/compile.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index 8e5d8e4..286f69f 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -20,8 +20,10 @@ jobs: uses: actions/cache@v3 with: path: | - **/build - overview + **/build/* + !**/build/*.pdf + overview/* + !Overview/*.pdf key: ${{ runner.os }}-eidi-ss2022-slides-${{ github.run_id }} restore-keys: ${{ runner.os }}-eidi-ss2022-slides- - name: use make docker to do the magic