Skip to content

Commit ee9fea3

Browse files
committed
Fix: trying to fix API documentation for site
1 parent 37b745b commit ee9fea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: git fetch origin gh-pages --depth=1
5252
- run: |
5353
cd documentation && mike deploy --push --update-aliases \
54-
${{ needs.mkdocs-prep.outputs.major }}.x latest
54+
typedocs latest
5555
5656
typedocs:
5757
# Build typedocs and publish them to the GH page.

0 commit comments

Comments
 (0)