Skip to content

Commit

Permalink
ci: fix html generation step;
Browse files Browse the repository at this point in the history
chore: add verbosity

Signed-off-by: Dmitry Kisler <admin@dkisler.com>
  • Loading branch information
kislerdm committed Aug 12, 2023
1 parent 117a7ef commit 13f7c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: |
if [ ! -d public ]; then mkdir public; fi
if [ ! -d public/superduperdb ]; then mkdir public/superduperdb; fi
pyreverse -Akmy -o puml superduperdb/superduperdb
python pyarch.py -i superduperdb/superduperdb -o public/superduperdb
pyreverse -Akmy -o puml -d superduperdb/superduperdb superduperdb/superduperdb
python pyarch.py -i superduperdb/superduperdb -o public/superduperdb -v
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 13f7c2b

Please sign in to comment.