Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaCabiddu authored Oct 12, 2023
1 parent 1e630ac commit 45dc8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
run: |
sudo apt update
sudo apt-get install -y libsqlite3-dev
sudo apt-get install doxygen
- name: build
env:
CC: gcc-9
CXX: g++-9
run: |
mkdir build
cd build
cmake ../phreesqlexe -DBUILD_DOC=ON
cmake -DBUILD_DOC=ON ../phreesqlexe
cmake --build .
- name: Push to gh-pages
if: success() && github.event_name == 'push'
Expand Down

0 comments on commit 45dc8f1

Please sign in to comment.