Skip to content

Commit

Permalink
Fix sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mulhall committed Apr 26, 2021
1 parent 55f95f9 commit 14b32ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sed -i 's/@abs_top_srcdir@/./' gen_docs/Doxyfile
# grab version number from configure.ac
export ver=`awk '/AC_INIT/{getline;print}' configure.ac | cut -d "[" -f2 | cut -d "]" -f1`
sed -i 's/@PACKAGE_VERSION@/"$ver"' gen_docs/Doxyfile
sed -i 's/@PACKAGE_VERSION@/"$ver"/' gen_docs/Doxyfile
- name: Run Doxygen
uses: mattnotmitt/doxygen-action@v1
with:
Expand Down

0 comments on commit 14b32ee

Please sign in to comment.