diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1458fd50..fedaa9be 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -70,6 +70,15 @@ jobs: DAG_VIEW: zf-frost SHOW_EPICS: true + - name: Render ZF DevOps DAG + run: python3 ./zcash-issue-dag.py + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }} + DAG_VIEW: zf-devops + SHOW_EPICS: true + SHOW_ONLY_LABELS: A-devops,A-infrastructure + - name: Copy the index page run: cp ./index.html ./public diff --git a/index.html b/index.html index 966244b3..58957ac5 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@

Zebra & related repos

FROST

+

DevOps