Revert "Use snips"

This reverts commit 875b9f6be5.
pull/64/head
Eric Nemchik 2022-11-28 16:18:10 +00:00
rodzic 60be8e4ad9
commit 7a88727cea
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -1 +0,0 @@
--8<-- "../FAQ.md"

Wyświetl plik

@ -1 +0,0 @@
--8<-- "../README.md"