Skip to content

Commit 4e2d690

Browse files
committed
ci: Fix vitepress api docs deployment
As the "api" folder is now integrated into vitepress, we can't use a symlink anymore for the version and alias variants.
1 parent e0f1e45 commit 4e2d690

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-vitepress-docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ jobs:
8484
# Alias route. E.g., next, latest, stable, etc.
8585
# For vitepress must be a copy with different config, not a symlink
8686
cp -R internal/documentation/dist-${DOC_ALIAS} ./gh-pages/${DOC_ALIAS}/
87-
# Symlink the api docs to avoid duplication
88-
ln -s ../${DOC_VERSION}/api ./gh-pages/${DOC_ALIAS}/api
8987
9088
# Custom 404 page
9189
cp internal/documentation/scripts/resources/custom404.html ./gh-pages/404.html

0 commit comments

Comments
 (0)