zips/.github/workflows/render.yml

20 lines
396 B
YAML

name: Render pdfs
on: workflow_dispatch
jobs:
render:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile Zcash Protocol Specification
uses: ./.github/actions/render-protocol-pdf
- uses: EndBug/add-and-commit@v8.0.2
with:
add: '**/*.pdf'
default_author: github_actions