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