Skip to content

Commit

Permalink
Merge pull request #9 from RomualdRousseau/feature/new-doc-system
Browse files Browse the repository at this point in the history
refacto: Add mkdocs
  • Loading branch information
RomualdRousseau authored Aug 27, 2024
2 parents 9da48b0 + eea8158 commit 16179f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Build documentation
run: |
mkdocs build --config-file ./any2json-documents/mkdocs.yml --site-dir ./target/docs
mkdocs build --config-file ./any2json-documents/mkdocs.yml --site-dir ../target/docs
mvn -B -P documentation site site:stage
- name: Setup pages
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ revert-version:

# Build the documentation
build-doc: copy-pdfs
mkdocs build --config-file ./any2json-documents/mkdocs.yml --site-dir ./target/docs
mkdocs build --config-file ./any2json-documents/mkdocs.yml --site-dir ../target/docs
mvn -P documentation site site:stage

# Serve the documentation
Expand Down

0 comments on commit 16179f7

Please sign in to comment.