From 678a895ca0e9f3f433021a3cea4a209b2303c177 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Wed, 28 Jan 2026 13:07:46 -0800 Subject: [PATCH] updating the build docs to use the new root-based build --- .github/workflows/static.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f40b94ba..15e35e37 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -19,9 +19,8 @@ jobs: # Build and run the Docker container to generate the documentation - name: Build documentation using Docker run: | - cd ./docs - chmod +x build_docs.sh - ./build_docs.sh + chmod +x docs/build_docs.sh + sh docs/build_docs.sh - name: Copy CNAME to HTML Build Directory run: cp docs/CNAME docs/build/html/CNAME