Skip to content

Commit 810453d

Browse files
committed
Fix on the documentation CI
1 parent b9ca30f commit 810453d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
wget https://www.doxygen.nl/files/doxygen-${{ env.doxygen-version }}.linux.bin.tar.gz
3434
tar xf doxygen-${{ env.doxygen-version }}.linux.bin.tar.gz
35+
mkdir -p ~/.local/bin
3536
mv doxygen-${{ env.doxygen-version }}/bin/doxygen ~/.local/bin/
3637
3738
- name: Install the dependencies

0 commit comments

Comments
 (0)