-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #711 from AArnott/workflow
Fix and rename GitHub Action workflow
- Loading branch information
Showing
11 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: Render ZIPs and Zcash Protocol Specification | ||
description: GitHub Action to compile ZIPs and Zcash Protocol Specification LaTeX documents | ||
author: Deirdre Connolly | ||
runs: | ||
using: docker | ||
# Runs `make all` or something like it | ||
image: ../../../Dockerfile |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
name: Render pdfs | ||
name: Build tex and rst | ||
|
||
on: workflow_dispatch | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
|
||
render: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up Git repository | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.1 | ||
|
||
- name: Compile Zcash Protocol Specification | ||
uses: ./.github/actions/render-protocol-pdf | ||
- name: Compile ZIPs and Zcash Protocol Specification | ||
uses: ./.github/actions/render | ||
|
||
- uses: EndBug/add-and-commit@v9.1.3 | ||
with: | ||
add: '**/*.pdf' | ||
add: 'protocol/*.pdf *.html' | ||
default_author: github_actions |
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.