diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index eb5ac5b9..646c3430 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -54,19 +54,26 @@ jobs: - name: Generate GitHub GraphQL schema module run: sgqlc-codegen schema github_schema.json github_schema.py - - name: Render core DAG + - name: Render ECC core DAG run: python3 ./zcash-issue-dag.py env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }} - - name: Render wallet DAG + - name: Render ECC wallet DAG run: python3 ./zcash-issue-dag.py env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }} DAG_VIEW: wallet + - name: Render ZF DAG + run: python3 ./zcash-issue-dag.py + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }} + DAG_VIEW: zf + - name: Copy the index page run: cp ./index.html ./public