mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 05:26:47 +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
|
- name: Create PDF
|
||||||
run: |
|
run: |
|
||||||
pandoc README.md -o README.pdf
|
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