Skip to content

Commit

Permalink
fixed the configuration of GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MasWag committed Jul 31, 2023
1 parent 45835d1 commit 06b9b67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install_dependencies
run: sudo apt-get update -y && sudo apt-get install build-essential libeigen3-dev libboost-all-dev cmake doxygen graphviz -y
run: sudo apt-get update -y && sudo apt-get install build-essential libeigen3-dev libboost-all-dev cmake doxygen graphviz perl texlive-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra -y
- name: build_doxygen
run: |
mkdir -p /tmp/build && cd /tmp/build
cmake $OLDPWD && make doc
make -C /tmp/build/doc/latex/
mv /tmp/build/doc/latex/refman.pdf /tmp/build/doc/html/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 06b9b67

Please sign in to comment.