File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 env :
5050 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5151 run : |
52- mvn -f docs/pom.xml --batch-mode generate-resources
52+ mvn -f backend/ docs/pom.xml --batch-mode generate-resources
5353
5454 - name : Install pandoc
5555 run : |
6060 env :
6161 FILES : " administration/administration-guide arc42/full api-specification/api-specification"
6262 run : |
63- cd docs/target/generated-docs
63+ cd backend/ docs/target/generated-docs
6464 for file in ${FILES}; do \
6565 pandoc -f html -t markdown_strict --wrap=preserve "${file}.html" -o "${file}.md"; \
6666 sed -i 's/](#_/](#/' "${file}.md"; \
70707171 with :
7272 github_token : ${{ secrets.GITHUB_TOKEN }}
73- publish_dir : " ./docs/target/generated-docs"
73+ publish_dir : " .backend /docs/target/generated-docs"
7474 destination_dir : " docs"
You can’t perform that action at this time.
0 commit comments