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"