We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7ecee commit 18acba8Copy full SHA for 18acba8
.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