Skip to content

Commit

Permalink
Update compile.yaml
Browse files Browse the repository at this point in the history
Trying to exclude pdfs 

actions/toolkit#713
  • Loading branch information
EagleoutIce authored Aug 12, 2022
1 parent 9d01f6d commit ac4f8e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac4f8e8

Please sign in to comment.