Skip to content

Commit

Permalink
replace graphviz with vizjs, output java and mysql versions
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed May 20, 2024
1 parent ac0d44d commit d81c99e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
wget https://github.com/schemaspy/schemaspy/releases/download/v6.2.4/schemaspy-6.2.4.jar
wget https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-8.4.0.tar.gz
tar -xvzf mysql-connector-j-8.4.0.tar.gz
sudo apt install graphviz
- name: Output dependencies information
run: |
mysql --version
java --version
- name: Generate schema spy website
run: |
Expand All @@ -42,6 +46,7 @@ jobs:
-p $DB_PASSWORD \
-o dist \
-s cafe
-vizjs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit d81c99e

Please sign in to comment.