mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-21 14:48:30 +00:00
🔧 Add MkDocs Material social cards (#90)
This commit is contained in:
parent
328c8c725d
commit
55259b3c8b
4
.github/workflows/build-docs.yml
vendored
4
.github/workflows/build-docs.yml
vendored
@ -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
1
.gitignore
vendored
@ -11,3 +11,4 @@ htmlcov
|
||||
coverage.xml
|
||||
site
|
||||
*.db
|
||||
.cache
|
||||
|
@ -32,6 +32,7 @@ google_analytics:
|
||||
- auto
|
||||
plugins:
|
||||
- search
|
||||
- social
|
||||
nav:
|
||||
- SQLModel: index.md
|
||||
- features.md
|
||||
|
Loading…
Reference in New Issue
Block a user