File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 49
49
node-version : ${{ env.NODE_VERSION }}
50
50
51
51
- name : Set up Node.js dependency cache
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
id : cache
54
54
with :
55
55
key : ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
77
77
node-version : ${{ env.NODE_VERSION }}
78
78
79
79
- name : Set up Node.js dependency cache
80
- uses : actions/cache@v3
80
+ uses : actions/cache@v4
81
81
id : cache
82
82
with :
83
83
key : ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 58
58
requirements.txt
59
59
60
60
- name : Set up build cache
61
- uses : actions/cache/restore@v3
61
+ uses : actions/cache/restore@v4
62
62
with :
63
63
key : mkdocs-material-${{ hashfiles('.cache/**') }}
64
64
path : .cache
@@ -112,7 +112,7 @@ jobs:
112
112
uses : actions/deploy-pages@v4
113
113
114
114
- name : Save build cache
115
- uses : actions/cache/save@v3
115
+ uses : actions/cache/save@v4
116
116
with :
117
117
key : mkdocs-material-${{ hashfiles('.cache/**') }}
118
118
path : .cache
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ other providers:
221
221
- [ :material-airballoon-outline: Fly.io] [ Flyio ]
222
222
- [ :simple-netlify: Netlify] [ Netlify ]
223
223
- [ :simple-vercel: Vercel] [ Vercel ]
224
+ - [ :simple-codeberg: Codeberg Pages] [ Codeberg Pages ]
224
225
225
226
</div >
226
227
@@ -234,3 +235,4 @@ other providers:
234
235
[ Flyio ] : https://documentation.breadnet.co.uk/cloud/fly/mkdocs-on-fly/
235
236
[ Netlify ] : https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-netlify/
236
237
[ Vercel ] : https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-vercel/
238
+ [ Codeberg Pages ] : https://andre601.ch/blog/2023/11-05-using-codeberg-pages/
You can’t perform that action at this time.
0 commit comments