diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4e05108b..78fafaba3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,8 +18,10 @@ jobs: path: .cache - run: pip install -r docs/requirements.txt - run: | + cp README.md docs/index.md cp -R general docs/ cp -R images docs/ + cp -R FAQ.md docs/ - run: mkdocs build deploy: @@ -40,6 +42,8 @@ jobs: path: .cache - run: pip install -r docs/requirements.txt - run: | + cp README.md docs/index.md cp -R general docs/ cp -R images docs/ + cp -R FAQ.md docs/ - run: mkdocs gh-deploy --force diff --git a/docs/FAQ.md b/docs/FAQ.md deleted file mode 100644 index 8d1ba1a92..000000000 --- a/docs/FAQ.md +++ /dev/null @@ -1 +0,0 @@ ---8<-- "../FAQ.md" diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index f8898b55a..000000000 --- a/docs/index.md +++ /dev/null @@ -1 +0,0 @@ ---8<-- "../README.md"