Skip to content

Commit

Permalink
Add new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrasnov committed Mar 2, 2024
1 parent b94427e commit 3583f1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Copy PDF file to project root
run: make pdf

- name: Stage changed files
run: git add output.pdf

- name: Commit changes
run: git commit -m "Generate utput.pdf file"

Expand Down

0 comments on commit 3583f1c

Please sign in to comment.