Skip to content

Commit 624f893

Browse files
committed
docs: fix the docs deployment entry [skip ci]
1 parent f880aeb commit 624f893

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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:

docs/Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tasks:
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:

docs/src/project_options_example.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
3131
run_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()
3736
run_conan()

0 commit comments

Comments
 (0)