Skip to content

Commit

Permalink
chore(docs): add links to deployed artifacts in generated site
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed May 29, 2023
1 parent ebc9445 commit f17586b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f17586b

Please sign in to comment.