From 875b9f6be51910de70eaff3fadfea11b33e79d16 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 28 Nov 2022 14:17:31 +0000 Subject: [PATCH] Use snips --- .github/workflows/deploy.yml | 4 ---- docs/FAQ.md | 1 + docs/index.md | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 docs/FAQ.md create mode 100644 docs/index.md 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"