diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 78fafaba3..e4e05108b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,10 +18,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 build deploy: @@ -42,8 +40,6 @@ 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 new file mode 100644 index 000000000..8d1ba1a92 --- /dev/null +++ b/docs/FAQ.md @@ -0,0 +1 @@ +--8<-- "../FAQ.md" diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 000000000..f8898b55a --- /dev/null +++ b/docs/index.md @@ -0,0 +1 @@ +--8<-- "../README.md"