Skip to content

Commit 0ce5e5c

Browse files
committed
Change path where docs are built
1 parent bb331fc commit 0ce5e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Upload artifact
5353
uses: actions/upload-pages-artifact@v3
5454
with:
55-
path: 'docs/'
55+
path: 'api-docs/_build/html/'
5656

5757
- name: Deploy to GitHub Pages
5858
id: deployment

0 commit comments

Comments
 (0)