🔧 Add MkDocs Material social cards (#90)

This commit is contained in:
Sebastián Ramírez 2021-11-30 17:27:50 +01:00 committed by GitHub
parent 328c8c725d
commit 55259b3c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,10 @@ jobs:
- name: Install Material for MkDocs Insiders
if: github.event.pull_request.head.repo.fork == false && steps.cache.outputs.cache-hit != 'true'
run: python -m poetry run pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- uses: actions/cache@v2
with:
key: mkdocs-cards-${{ github.ref }}
path: .cache
- name: Build Docs
run: python -m poetry run mkdocs build
- name: Zip docs

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ htmlcov
coverage.xml
site
*.db
.cache

View File

@ -32,6 +32,7 @@ google_analytics:
- auto
plugins:
- search
- social
nav:
- SQLModel: index.md
- features.md