File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
- name : Deploy Documentation
41
41
uses : Cecilapp/GitHub-Pages-deploy@v3
42
42
with :
43
- build_dir : docs/build/html/
43
+ build_dir : docs/build/
44
44
branch : gh-pages
45
45
email : ${{ github.actor }}@users.noreply.github.com
46
46
env :
Original file line number Diff line number Diff line change 15
15
- cmake -S ./ -B ./build -G "Ninja Multi-Config" -DCMAKE_BUILD_TYPE=Release
16
16
- cmake --build ./build --config Release
17
17
- touch ./build/.nojekyll
18
+ - rm -rf ./build/*.ninja ./build/*log ./build/*.py ./build/CMakeFiles ./build/CMakeCache.txt ./build/*.cmake
18
19
19
20
docs.preview :
20
21
deps :
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
31
31
run_vcpkg(
32
32
VCPKG_URL "https://github.com/microsoft/vcpkg.git"
33
33
VCPKG_REV "10e052511428d6b0c7fcc63a139e8024bb146032"
34
- ENABLE_VCPKG_UPDATE
35
34
)
36
35
# Install conan dependencies: - should be called before defining project()
37
36
run_conan()
You can’t perform that action at this time.
0 commit comments