File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - name : Deploy Documentation
4141 uses : Cecilapp/GitHub-Pages-deploy@v3
4242 with :
43- build_dir : docs/build/html/
43+ build_dir : docs/build/
4444 branch : gh-pages
4545 email : ${{ github.actor }}@users.noreply.github.com
4646 env :
Original file line number Diff line number Diff line change 1515 - cmake -S ./ -B ./build -G "Ninja Multi-Config" -DCMAKE_BUILD_TYPE=Release
1616 - cmake --build ./build --config Release
1717 - touch ./build/.nojekyll
18+ - rm -rf ./build/*.ninja ./build/*log ./build/*.py ./build/CMakeFiles ./build/CMakeCache.txt ./build/*.cmake
1819
1920 docs.preview :
2021 deps :
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
3131run_vcpkg(
3232 VCPKG_URL "https://github.com/microsoft/vcpkg.git"
3333 VCPKG_REV "10e052511428d6b0c7fcc63a139e8024bb146032"
34- ENABLE_VCPKG_UPDATE
3534)
3635# Install conan dependencies: - should be called before defining project()
3736run_conan()
You can’t perform that action at this time.
0 commit comments