File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 56
56
key : mkdocs-cards-${{ github.ref }}
57
57
path : .cache
58
58
- name : Build Docs
59
+ if : github.event.pull_request.head.repo.fork == true
59
60
run : python -m poetry run mkdocs build
61
+ - name : Build Docs with Insiders
62
+ if : github.event.pull_request.head.repo.fork == false
63
+ run : python -m poetry run mkdocs build --config-file mkdocs.insiders.yml
60
64
- name : Zip docs
61
65
run : python -m poetry run bash ./scripts/zip-docs.sh
62
66
- uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change
1
+ INHERIT : mkdocs.yml
2
+ plugins :
3
+ - search
4
+ - social
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ edit_uri: ''
30
30
google_analytics :
31
31
- UA-205713594-2
32
32
- auto
33
- plugins :
34
- - search
35
- - social
36
33
nav :
37
34
- SQLModel : index.md
38
35
- features.md
You can’t perform that action at this time.
0 commit comments