Skip to content

Commit

Permalink
Include Javadoc in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Apr 15, 2024
1 parent 2846892 commit 5b59c22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
deploy_website:
name: "Deploy website"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -19,5 +20,8 @@ jobs:
- name: Install necessary tools
run: pip install mkdocs mkdocs-material

- name: Copy Javadoc
run: cp -r javadoc/ docs/javadoc/

- name: Deploy website
run: mkdocs gh-deploy --force
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,6 @@ nav:
- 4.2: /javadoc/4.2/
- 4.1: /javadoc/4.1/
- 4.0: /javadoc/4.0/

exclude_docs: |
javadoc/

0 comments on commit 5b59c22

Please sign in to comment.