Skip to content

Commit

Permalink
ci: Update doxygen URL to sourceforge (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Oct 31, 2022
1 parent 0fedd65 commit 5c07814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: >
curl -SL https://www.doxygen.nl/files/doxygen-1.9.4.linux.bin.tar.gz | tar -xzC .
curl -SL https://sourceforge.net/projects/doxygen/files/rel-1.9.4/doxygen-1.9.4.linux.bin.tar.gz/download | tar -xzC .
&& mv doxygen-1.9.4/bin/doxygen /usr/local/bin/doxygen
&& pip3 install --upgrade pip
&& pip install -r docs/requirements.txt
Expand Down

0 comments on commit 5c07814

Please sign in to comment.