Skip to content

Commit

Permalink
Update schemaspy output path
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Sep 18, 2024
1 parent adbb64b commit 78959d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Execute SchemaSpy
run: |
java -jar extras/rdms/schemaspy-6.2.4.jar -vizjs -dp $HOME -configFile extras/rdms/schemaspy-config.properties -meta extras/rdms/schema_meta.xml -debug
java -jar extras/rdms/schemaspy-6.2.4.jar -vizjs -dp $HOME -configFile extras/rdms/schemaspy-config.properties -out docs/results-schema -meta extras/rdms/schema_meta.xml -debug
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 78959d4

Please sign in to comment.