Skip to content

Commit

Permalink
ci-fix: remove pngs from out
Browse files Browse the repository at this point in the history
  • Loading branch information
gigalasr committed Nov 12, 2024
1 parent d72b36a commit e51c763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --global --add safe.directory /__w/gdpi/gdpi
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git add -f "out/*.pdf" "out/*.png"
git add -f "out/*.pdf"
git commit -m "Compile LaTeX"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit e51c763

Please sign in to comment.