pull/64/head
Eric Nemchik 2022-11-28 21:42:12 +00:00
rodzic 0f7a7cdcae
commit effca6b95a
4 zmienionych plików z 5 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"

Wyświetl plik

@ -32,6 +32,9 @@ theme:
favicon: https://gblobscdn.gitbook.com/spaces%2F-LWuIse8qFJj2MqDi90T%2Favatar-1590244439115.png?alt=media
logo: https://gblobscdn.gitbook.com/spaces%2F-LWuIse8qFJj2MqDi90T%2Favatar-1590244439115.png?alt=media
markdown_extensions:
- pymdownx.snippets
plugins:
- search
- minify: