Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorenar committed Nov 12, 2023
1 parent fc630b7 commit 57a695f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
- name: Install Doxygen
run: |
ver="1.9.8"
dir="$PWD"
cd "${TMPDIR:-/tmp}"
curl -OL https://www.doxygen.nl/files/doxygen-"$ver".linux.bin.tar.gz
tar xvzf doxygen-"$ver".linux.bin.tar.gz
cd doxygen-"$ver"
sudo make install
cd "$dir"
- name: CMake
run: cmake -B build -H. -DCMAKE_BUILD_TYPE=Release
- name: Make docs
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020-2023 Jorengarenar <[email protected]>
Copyright 2020-2023 Jorengarenar

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down

0 comments on commit 57a695f

Please sign in to comment.