File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 51
51
- name : Install Material for MkDocs Insiders
52
52
if : github.event.pull_request.head.repo.fork == false && steps.cache.outputs.cache-hit != 'true'
53
53
run : python -m poetry run pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
54
+ - uses : actions/cache@v2
55
+ with :
56
+ key : mkdocs-cards-${{ github.ref }}
57
+ path : .cache
54
58
- name : Build Docs
55
59
run : python -m poetry run mkdocs build
56
60
- name : Zip docs
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ htmlcov
11
11
coverage.xml
12
12
site
13
13
* .db
14
+ .cache
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ google_analytics:
32
32
- auto
33
33
plugins :
34
34
- search
35
+ - social
35
36
nav :
36
37
- SQLModel : index.md
37
38
- features.md
You can’t perform that action at this time.
0 commit comments