diff --git a/.github/assets/github-pages-index.html b/.github/assets/github-pages-index.html new file mode 100644 index 0000000000..2107e1ea89 --- /dev/null +++ b/.github/assets/github-pages-index.html @@ -0,0 +1,41 @@ + + + + + + Platform.Bible API + + + +

Platform.Bible API

+ Go to papi-components + Go to papi-dts + + diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index da5a2aae5a..5968233cba 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -40,7 +40,9 @@ jobs: run: touch docs-for-pages/.nojekyll - name: Add landing page - run: cp README.md docs-for-pages + run: | + cp .github/assets/github-pages-index.html docs-for-pages + mv docs-for-pages/github-pages-index.html docs-for-pages/index.html - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.4