Skip to content

Commit 8a8662c

Browse files
committed
Merge branch 'master' into docs/social-cards
2 parents 7050abb + 64bbaff commit 8a8662c

File tree

13 files changed

+1047
-728
lines changed

13 files changed

+1047
-728
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/cache@v3
5151
id: cache
5252
with:
53-
key: mkdocs-material-${{ github.sha }}
53+
key: mkdocs-material-${{ github.ref }}
5454
path: .cache
5555
restore-keys: |
5656
mkdocs-material-

docs/publishing-your-site.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ contents:
4040
python-version: 3.x
4141
- uses: actions/cache@v3
4242
with:
43-
key: mkdocs-material-${{ github.sha }}
43+
key: mkdocs-material-${{ github.ref }} # (3)!
4444
path: .cache
4545
restore-keys: |
4646
mkdocs-material-
47-
- run: pip install mkdocs-material # (3)!
47+
- run: pip install mkdocs-material # (4)!
4848
- run: mkdocs gh-deploy --force
4949
```
5050

@@ -53,7 +53,10 @@ contents:
5353
2. At some point, GitHub renamed `master` to `main`. If your default branch
5454
is named `master`, you can safely remove `main`, vice versa.
5555

56-
3. This is the place to install further [MkDocs plugins] or Markdown
56+
3. The `github.ref` property assures that the cache will
57+
update on each pull request merge.
58+
59+
4. This is the place to install further [MkDocs plugins] or Markdown
5760
extensions with `pip` to be used during the build:
5861

5962
``` sh
@@ -85,7 +88,7 @@ contents:
8588
python-version: 3.x
8689
- uses: actions/cache@v3
8790
with:
88-
key: mkdocs-material-${{ github.sha }}
91+
key: mkdocs-material-${{ github.ref }}
8992
path: .cache
9093
restore-keys: |
9194
mkdocs-material-

docs/schema/assets/icons.json

+1
Original file line numberDiff line numberDiff line change
@@ -11563,6 +11563,7 @@
1156311563
"simple/prezi",
1156411564
"simple/prime",
1156511565
"simple/primevideo",
11566+
"simple/printables",
1156611567
"simple/prisma",
1156711568
"simple/prismic",
1156811569
"simple/privateinternetaccess",

docs/setup/ensuring-data-privacy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ carried out. You might want to:
501501
python-version: 3.x
502502
- uses: actions/cache@v3
503503
with:
504-
key: mkdocs-material-${{ github.sha }}
504+
key: mkdocs-material-${{ github.ref }}
505505
path: .cache
506506
restore-keys: |
507507
mkdocs-material-

material/.icons/simple/algolia.svg

+1-1
Loading

material/.icons/simple/printables.svg

+1
Loading

material/.overrides/assets/javascripts/iconsearch_index.json

+1-1
Large diffs are not rendered by default.

material/assets/javascripts/lunr/min/lunr.kn.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/javascripts/lunr/min/lunr.sa.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/javascripts/lunr/min/lunr.te.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/javascripts/lunr/min/lunr.zh.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)