Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 15, 2023
1 parent e64caa5 commit 1d4c6dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
with:
cmakeVersion: ^3
- name: Run CMake
run: cmake -S ${{ github.workspace }} -B ${{ github.workspace }}/build -G "Ninja Multi-Config" -Werror=dev -Werror=deprecated -DBUILD_TESTS=OFF -DCMAKE_PREFIX_PATH=${{ env.MAMBA_ROOT_PREFIX }}/envs/docs/ -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install
run: cmake -S ${{ github.workspace }} -B ${{ github.workspace }}/build -G "Ninja Multi-Config" -Werror=dev -Werror=deprecated -DBUILD_TESTS=OFF -DCMAKE_PREFIX_PATH=${{ env.MAMBA_ROOT_PREFIX }}/envs/docs/ -DCMAKE_INSTALL_PREFIX=${{ github.workspace
}}/install
- name: Generate docs
run: cmake --build ${{ github.workspace }}/build --target docs-all --config Release
- name: Install docs
Expand Down

0 comments on commit 1d4c6dc

Please sign in to comment.