Skip to content

Commit

Permalink
Update make docs target
Browse files Browse the repository at this point in the history
  • Loading branch information
olle committed Jul 10, 2024
1 parent 04e9132 commit 85f5ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ install:

.PHONY: docs watch-docs
docs:
mvn asciidoctor:process-asciidoc
npm run docs:build
mvn javadoc:javadoc
cp -R target/site/apidocs target/generated-docs/
cp -R target/site/apidocs xdocs/.vitepress/dist/
npm run deploy-docs

watch-docs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"vitepress": "^1.2.3"
},
"scripts": {
"deploy-docs": "gh-pages -d target/generated-docs",
"deploy-docs": "gh-pages -d xdocs/.vitepress/dist",
"docs:dev": "vitepress dev xdocs",
"docs:build": "vitepress build xdocs",
"docs:preview": "vitepress preview xdocs"
Expand Down

0 comments on commit 85f5ce5

Please sign in to comment.