From 8d82db278b69455bca3957366a9d8371dc1e96c2 Mon Sep 17 00:00:00 2001 From: Harley Peterson <73045075+AwesomeTornado@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:05:35 -0500 Subject: [PATCH] Duplicate main website Fix old links in the documentation build process. --- .github/workflows/sphinx-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sphinx-build.yml b/.github/workflows/sphinx-build.yml index 25bb89b3..5a271141 100644 --- a/.github/workflows/sphinx-build.yml +++ b/.github/workflows/sphinx-build.yml @@ -37,6 +37,7 @@ jobs: mkdir docs cp -rf build/* docs/ cd docs + cp -rf ./main/* ./ # Fix old links which don't specify main subdir echo "docs.amdc.dev" > CNAME touch .nojekyll # need this due to "_*" dirs getting ignored by GitHub git config --local user.email "action@github.com"