Skip to content

Commit

Permalink
remove binary files
Browse files Browse the repository at this point in the history
- let's see how this goes...
  • Loading branch information
spamegg1 committed Nov 25, 2024
1 parent 9d5973d commit 204678d
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 28 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ chapter9.pdf export-ignore
chapter10.pdf export-ignore
chapter11.pdf export-ignore
chapter12.pdf export-ignore
LICENSE-CC-BY-NC-SA export-ignore
README.MD export-ignore
30 changes: 2 additions & 28 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,7 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
working_directory: src
root_file: |
all.tex
chapter1.tex
chapter2.tex
chapter3.tex
chapter4.tex
chapter5.tex
chapter6.tex
chapter7.tex
chapter8.tex
chapter9.tex
chapter10.tex
chapter11.tex
chapter12.tex
root_file: all.tex
latexmk_shell_escape: true
- name: Create tag
id: create_tag
Expand All @@ -41,19 +28,6 @@ jobs:
make_latest: true
generate_release_notes: true
preserve_order: true
files: |
src/all.pdf
src/chapter1.pdf
src/chapter2.pdf
src/chapter3.pdf
src/chapter4.pdf
src/chapter5.pdf
src/chapter6.pdf
src/chapter7.pdf
src/chapter8.pdf
src/chapter9.pdf
src/chapter10.pdf
src/chapter11.pdf
src/chapter12.pdf
files: src/all.pdf
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Binary file removed all.pdf
Binary file not shown.
Binary file removed chapter1.pdf
Binary file not shown.
Binary file removed chapter10.pdf
Binary file not shown.
Binary file removed chapter11.pdf
Binary file not shown.
Binary file removed chapter12.pdf
Binary file not shown.
Binary file removed chapter2.pdf
Binary file not shown.
Binary file removed chapter3.pdf
Binary file not shown.
Binary file removed chapter4.pdf
Binary file not shown.
Binary file removed chapter5.pdf
Binary file not shown.
Binary file removed chapter6.pdf
Binary file not shown.
Binary file removed chapter7.pdf
Binary file not shown.
Binary file removed chapter8.pdf
Binary file not shown.
Binary file removed chapter9.pdf
Binary file not shown.

0 comments on commit 204678d

Please sign in to comment.