Merge pull request #1015 from daira/lockbox-disbursement-clarifications #22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build tex and rst | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| render: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4.1.7 | |
| # with: | |
| # token: ${{ secrets.CI_TOKEN }} | |
| - name: Compile ZIPs and Zcash Protocol Specification | |
| uses: ./.github/actions/render | |
| - uses: EndBug/add-and-commit@v9.1.4 | |
| with: | |
| add: 'protocol/*.pdf *.html' | |
| default_author: github_actions |