Skip to content

Commit c714fc7

Browse files
committed
Fix docs build directory in workflow
1 parent aa25d70 commit c714fc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v3
4343
with:
44-
path: docs/_build/html
44+
path: docs/build/html
4545

4646
deploy:
4747
environment:

0 commit comments

Comments
 (0)