Skip to content

Commit 3720eec

Browse files
authored
Merge pull request #1517 from NVIDIA/fix-docs-ghpages-action
fix the gh action that publishes stdexec's docs
2 parents 9f7ecee + 18acba8 commit 3720eec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: cmake -B ${{github.workspace}}/build -DSTDEXEC_BUILD_DOCS:BOOL=ON
4343

4444
- name: Build
45-
run: cmake --build ${{github.workspace}}/build --target Sphinx
45+
run: cmake --build ${{github.workspace}}/build --target docs
4646

4747
- name: Setup Pages
4848
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)