mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 03:26:46 +08:00
Testing auto commit
This commit is contained in:
parent
43b8374206
commit
ca9d37eb05
1 changed files with 7 additions and 0 deletions
7
.github/workflows/gen_pdf.yaml
vendored
7
.github/workflows/gen_pdf.yaml
vendored
|
|
@ -13,3 +13,10 @@ jobs:
|
|||
- name: Create PDF
|
||||
run: |
|
||||
pandoc README.md -o README.pdf
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
author_name: Evan Kivolowitz
|
||||
author_email: ekivolowitz@wisc.edu
|
||||
message: 'Generating pdfs.'
|
||||
add: '*.pdf'
|
||||
Loading…
Reference in a new issue