From f17586b8f43ce6bbcc6b3b8bc7d30d3f537db87d Mon Sep 17 00:00:00 2001 From: Ben Donnelly Date: Mon, 29 May 2023 17:26:51 +0100 Subject: [PATCH] chore(docs): add links to deployed artifacts in generated site --- .github/workflows/pages.yml | 2 +- mkdocs.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e5a73c2..e802e69 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -59,11 +59,11 @@ jobs: uses: actions/upload-pages-artifact@v1 deploy: + needs: build-mvn-site environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - needs: build steps: - name: Deploy to GitHub Pages id: deployment diff --git a/mkdocs.yml b/mkdocs.yml index 3d8cd01..f9f6c11 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,6 +14,12 @@ nav: - Resource: resource.md - Poll: poll.md - Tracepoint: tracepoint.md + - Language Links: + Java: + Mvn Central: https://mvnrepository.com/artifact/com.intergral.deep/deep-proto + Site: https://intergral.github.io/deep-proto/mvn/index.html + Python: https://pypi.org/project/deep-proto/ + GoLang: https://github.com/intergral/go-deep-proto extra_css: - 'styles.css' \ No newline at end of file