Skip to content

Commit

Permalink
docs: fix the docs deployment entry [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 12, 2024
1 parent f880aeb commit 624f893
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Deploy Documentation
uses: Cecilapp/GitHub-Pages-deploy@v3
with:
build_dir: docs/build/html/
build_dir: docs/build/
branch: gh-pages
email: ${{ github.actor }}@users.noreply.github.com
env:
Expand Down
1 change: 1 addition & 0 deletions docs/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tasks:
- cmake -S ./ -B ./build -G "Ninja Multi-Config" -DCMAKE_BUILD_TYPE=Release
- cmake --build ./build --config Release
- touch ./build/.nojekyll
- rm -rf ./build/*.ninja ./build/*log ./build/*.py ./build/CMakeFiles ./build/CMakeCache.txt ./build/*.cmake

docs.preview:
deps:
Expand Down
1 change: 0 additions & 1 deletion docs/src/project_options_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
run_vcpkg(
VCPKG_URL "https://github.com/microsoft/vcpkg.git"
VCPKG_REV "10e052511428d6b0c7fcc63a139e8024bb146032"
ENABLE_VCPKG_UPDATE
)
# Install conan dependencies: - should be called before defining project()
run_conan()
Expand Down

0 comments on commit 624f893

Please sign in to comment.