File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 - name : Install Material for MkDocs Insiders
5252 if : github.event.pull_request.head.repo.fork == false && steps.cache.outputs.cache-hit != 'true'
5353 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 : ${{ github.ref }}
57+ path : .cache
5458 - name : Build Docs
5559 run : python -m poetry run mkdocs build
5660 - name : Zip docs
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ htmlcov
1111coverage.xml
1212site
1313* .db
14+ .cache
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ google_analytics:
3232 - auto
3333plugins :
3434- search
35+ - social
3536nav :
3637 - SQLModel : index.md
3738 - features.md
You can’t perform that action at this time.
0 commit comments