From ad90a4d99b5ba664fc308ea69ebe24894756f32f Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 7 May 2021 13:12:18 +1200 Subject: [PATCH] Add a simple index page --- .github/workflows/gh-pages.yml | 3 +++ index.html | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 index.html diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e5591a71..7e8624ab 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -60,6 +60,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }} + - name: Copy the index page + run: cp ./index.html ./public + - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: diff --git a/index.html b/index.html new file mode 100644 index 00000000..efc880b3 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + Zcash Developers Hub + + +

Zcash Developers Hub

+

Currently this is just for hosting the ECC core team's DAG showing dependencies between issues and PRs.

+

Zcash core DAG

+ +