Revert "New Documentation Fixes (#9061)" (#9065)

This reverts commit 7eaf1d5bd0.
This commit is contained in:
Lincoln Stein
2026-04-17 17:32:23 -04:00
committed by GitHub
parent 7eaf1d5bd0
commit b513a3d3c6
326 changed files with 10 additions and 7 deletions

View File

@@ -58,23 +58,23 @@ jobs:
- name: install docs dependencies
run: pnpm install --prefer-frozen-lockfile
working-directory: docs
working-directory: docs-new
# Checks
- name: verify generated docs data
run: pnpm run check-docs-data
working-directory: docs
working-directory: docs-new
- name: build docs
run: pnpm build
working-directory: docs
working-directory: docs-new
# Upload artifact for deploy (main branch only)
- name: upload pages artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v3
with:
path: docs/dist
path: docs-new/dist
deploy:
if: github.ref == 'refs/heads/main'