Add documentation (#25)

This commit is contained in:
struga 2022-08-25 14:48:34 +03:00 committed by GitHub
parent e061622d35
commit b090195a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,9 @@ jobs:
- name: Install Python dependencies
run: |
pip install -r requirements.txt
- name: Install theme
run: |
pip install mkdocs-gitbook
- name: Deploy documentation
env:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}