CI: Render Halo2-focused DAG

This commit is contained in:
Jack Grigg 2022-02-07 15:46:12 +00:00
parent 1c0e89d75c
commit 84d5b99258
1 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,13 @@ jobs:
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
DAG_VIEW: zf
- name: Render Halo2-focused DAG
run: python3 ./zcash-issue-dag.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
DAG_VIEW: halo2
- name: Copy the index page
run: cp ./index.html ./public