Skip to content

Commit 18acba8

Browse files
authored
fix the gh action that publishes stdexec's docs
1 parent 9f7ecee commit 18acba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
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)