Skip to content

Merge pull request #426 from str4d/zip-0311 #36

Merge pull request #426 from str4d/zip-0311

Merge pull request #426 from str4d/zip-0311 #36

Workflow file for this run

name: Build tex and rst
on:
workflow_dispatch:
push:
branches:
- main
jobs:
render:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
token: ${{ secrets.CI_TOKEN }}
- name: Compile ZIPs and Zcash Protocol Specification
uses: ./.github/actions/render
- uses: EndBug/[email protected]
with:
add: 'protocol/*.pdf *.html'
default_author: github_actions