We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f7ecee + 18acba8 commit 3720eecCopy full SHA for 3720eec
1 file changed
.github/workflows/gh-pages.yml
@@ -42,7 +42,7 @@ jobs:
42
run: cmake -B ${{github.workspace}}/build -DSTDEXEC_BUILD_DOCS:BOOL=ON
43
44
- name: Build
45
- run: cmake --build ${{github.workspace}}/build --target Sphinx
+ run: cmake --build ${{github.workspace}}/build --target docs
46
47
- name: Setup Pages
48
uses: actions/configure-pages@v4
0 commit comments