Skip to content

Commit 4e8f37a

Browse files
committed
propper dir creation
1 parent ab5a5a1 commit 4e8f37a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,6 @@ jobs:
185185
run: sudo apt-get install doxygen graphviz
186186

187187
- name: build docs
188-
run: mkdir doxygen/html && doxygen Doxyfile
188+
run: |
189+
mkdir -p doxygen/html
190+
doxygen Doxyfile

0 commit comments

Comments
 (0)