diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 39f86a537a..4a3fca63b1 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -38,7 +38,7 @@ jobs: echo "skipping 'git commit' step for PR" else git clone https://github.com/${GITHUB_REPOSITORY} --branch gh-pages --single-branch gh-pages - cp -r docs/_build/ape gh-pages/ + cp -r docs/_build/ape/* gh-pages/ cd gh-pages touch .nojekyll git config --local user.email "action@github.com" diff --git a/docs/conf.py b/docs/conf.py index ab9c219623..97fcf59676 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,8 +9,8 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -import re import os +import re import sys from pathlib import Path from typing import List