Skip to content

Commit

Permalink
Revert "Don't configure vis library for docs action"
Browse files Browse the repository at this point in the history
This reverts commit 0ed0fc2.
  • Loading branch information
dsieger committed Dec 29, 2021
1 parent 5bb06ac commit 5fc052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake -DPMP_BUILD_VIS=OFF $GITHUB_WORKSPACE
run: cmake $GITHUB_WORKSPACE

- name: Build docs
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit 5fc052c

Please sign in to comment.