From eee72278b493f5a29f63dc0f12a63eb79cb133c7 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Fri, 13 Feb 2026 15:16:32 +0100 Subject: [PATCH] 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. --- .github/workflows/deploy-vitepress-docs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy-vitepress-docs.yaml b/.github/workflows/deploy-vitepress-docs.yaml index 06b94556a56..3fd0f57e50e 100644 --- a/.github/workflows/deploy-vitepress-docs.yaml +++ b/.github/workflows/deploy-vitepress-docs.yaml @@ -84,8 +84,6 @@ jobs: # Alias route. E.g., next, latest, stable, etc. # For vitepress must be a copy with different config, not a symlink cp -R internal/documentation/dist-${DOC_ALIAS} ./gh-pages/${DOC_ALIAS}/ - # Symlink the api docs to avoid duplication - ln -s ../${DOC_VERSION}/api ./gh-pages/${DOC_ALIAS}/api # Custom 404 page cp internal/documentation/scripts/resources/custom404.html ./gh-pages/404.html