Skip to content

Commit

Permalink
docs: Generate diagrams in correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders authored May 4, 2024
1 parent f4e48e6 commit c5447c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ jobs:
pushd docs
PATH=$JAVA_HOME_17_X64/bin:$STRUCTURIZR_DIR:$PATH; structurizr.sh export \
-o src/main/asciidoc/img \
-o src/main/asciidoc/img/generated \
-w src/main/structurizr/workspace.dsl \
-f plantuml
popd

0 comments on commit c5447c8

Please sign in to comment.