Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/check_doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ jobs:
"https://github.com/DLR-AMR/t8code/wiki/Contribution-workflow#failing-version-tags-in-pr-tests"
exit 1
fi
- name: Download precompiled doxygen version 1.13.2 from official website
run: wget https://www.doxygen.nl/files/doxygen-1.13.2.linux.bin.tar.gz
- name: Unpack doxygen tar file
run: |
tar xf doxygen-1.13.2.linux.bin.tar.gz
mv doxygen-1.13.2/bin/doxygen ./doxygen
chmod +x ./doxygen
echo "$PWD" >> $GITHUB_PATH
- name: Echo doxygen executable and version
run: |
which doxygen
Expand Down