pull/64/head
Eric Nemchik 2022-11-28 14:17:31 +00:00
rodzic 4ee4b4a7ca
commit 875b9f6be5
3 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

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

1
docs/FAQ.md 100644
Wyświetl plik

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

1
docs/index.md 100644
Wyświetl plik

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