We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea3171 commit 5ae530aCopy full SHA for 5ae530a
.github/workflows/latex.yml
@@ -61,7 +61,12 @@ jobs:
61
# get the name of the repo without the organisation
62
name: ${{ steps.repo_name.outputs.prefixwithref }}
63
path: |
64
- ./
+ ./*.tex
65
+ ./*.bbl
66
+ ./readme.*
67
+ ./img-compressed-* # Include only img-compressed-* files
68
+ ./img*.pdf # Include all img* files
69
+ !./img*.png # Exclude all other img* files
70
!./.git*
71
!./.github*
72
!./.vscode*
0 commit comments