mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-21 22:58:22 +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
|
- name: Install Material for MkDocs Insiders
|
||||||
if: github.event.pull_request.head.repo.fork == false && steps.cache.outputs.cache-hit != 'true'
|
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
|
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
|
- name: Build Docs
|
||||||
run: python -m poetry run mkdocs build
|
run: python -m poetry run mkdocs build
|
||||||
- name: Zip docs
|
- name: Zip docs
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ htmlcov
|
|||||||
coverage.xml
|
coverage.xml
|
||||||
site
|
site
|
||||||
*.db
|
*.db
|
||||||
|
.cache
|
||||||
|
@ -32,6 +32,7 @@ google_analytics:
|
|||||||
- auto
|
- auto
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
- social
|
||||||
nav:
|
nav:
|
||||||
- SQLModel: index.md
|
- SQLModel: index.md
|
||||||
- features.md
|
- features.md
|
||||||
|
Loading…
Reference in New Issue
Block a user