We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f99ff commit 13a4724Copy full SHA for 13a4724
1 file changed
.github/workflows/deploy_docs_ghpage.yml
@@ -51,20 +51,10 @@ jobs:
51
python docs/utils/process_wiki.py $GITHUB_PAGES_BASE $WIKI_SUBFOLDER
52
cd ~
53
54
- - name: echo drunc
55
- run: |
56
- echo `tree ../../`
57
-
58
- - name: echo ls
59
60
- echo `ls`
61
62
- name: run uml generation
63
env:
64
PYTHONPATH: ${{ github.workspace }}/src
65
run: |
66
- echo `pwd`
67
68
daqpytools-generate-uml drunc --directory . --output-directory pics --split
69
mkdir docs/class_diagrams
70
mv pics/split/classes_styled/*.png docs/class_diagrams
0 commit comments