Skip to content

Commit

Permalink
fix build command and only upload html
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 20, 2023
1 parent 3e8b8cc commit e3b8b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo -e "::endgroup::\n::group::Build podio"
cmake -B build . --install-prefix=$(pwd)/install \
-GNinja -DENBALE_SIO=ON -DENABLE_RNTUPLE=ON \
-GNinja -DENABLE_SIO=ON -DENABLE_RNTUPLE=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_CXX_STANDARD=17
cmake --build build --target install
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: doc_output
path: doc_output/html
- name: Deploy to Github pages
id: deployment
uses: actions/deploy-pages@v3

0 comments on commit e3b8b76

Please sign in to comment.