Skip to content

Commit

Permalink
🔧 Add MkDocs Material social cards
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 10, 2021
1 parent 02da85c commit 2590b41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ${{ github.ref }}
path: .cache
- name: Build Docs
run: python -m poetry run mkdocs build
- name: Zip docs
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ htmlcov
coverage.xml
site
*.db
.cache
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ google_analytics:
- auto
plugins:
- search
- social
nav:
- SQLModel: index.md
- features.md
Expand Down

0 comments on commit 2590b41

Please sign in to comment.