File tree 2 files changed +32
-32
lines changed
2 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -491,22 +491,22 @@ carried out. You might want to:
491
491
branches:
492
492
- master
493
493
- main
494
- jobs:
495
- deploy:
496
- runs-on: ubuntu-latest
497
- steps:
498
- - uses: actions/checkout@v3
499
- - uses: actions/setup-python@v4
500
- with:
501
- python-version: 3.x
502
- - uses: actions/cache@v3
503
- with:
504
- key: mkdocs-material-${{ github.sha }}
505
- path: .cache
506
- restore-keys: |
507
- mkdocs-material-
508
- - run: pip install mkdocs-material
509
- - run: mkdocs gh-deploy --force
494
+ jobs:
495
+ deploy:
496
+ runs-on: ubuntu-latest
497
+ steps:
498
+ - uses: actions/checkout@v3
499
+ - uses: actions/setup-python@v4
500
+ with:
501
+ python-version: 3.x
502
+ - uses: actions/cache@v3
503
+ with:
504
+ key: mkdocs-material-${{ github.sha }}
505
+ path: .cache
506
+ restore-keys: |
507
+ mkdocs-material-
508
+ - run: pip install mkdocs-material
509
+ - run: mkdocs gh-deploy --force
510
510
` ` `
511
511
512
512
[publishing guide] : ../publishing-your-site.md#with-github-actions
Original file line number Diff line number Diff line change @@ -240,22 +240,22 @@ whether the social cards need to be regenerated. You might want to:
240
240
branches:
241
241
- master
242
242
- main
243
- jobs:
244
- deploy:
245
- runs-on: ubuntu-latest
246
- steps:
247
- - uses: actions/checkout@v3
248
- - uses: actions/setup-python@v4
249
- with:
250
- python-version: 3.x
251
- - uses: actions/cache@v3
252
- with:
253
- key: mkdocs-material-${{ github.sha }}
254
- path: .cache
255
- restore-keys: |
256
- mkdocs-material-
257
- - run: pip install mkdocs-material
258
- - run: mkdocs gh-deploy --force
243
+ jobs:
244
+ deploy:
245
+ runs-on: ubuntu-latest
246
+ steps:
247
+ - uses: actions/checkout@v3
248
+ - uses: actions/setup-python@v4
249
+ with:
250
+ python-version: 3.x
251
+ - uses: actions/cache@v3
252
+ with:
253
+ key: mkdocs-material-${{ github.sha }}
254
+ path: .cache
255
+ restore-keys: |
256
+ mkdocs-material-
257
+ - run: pip install mkdocs-material
258
+ - run: mkdocs gh-deploy --force
259
259
` ` `
260
260
261
261
[built-in social plugin] : # built-in-social-plugin
You can’t perform that action at this time.
0 commit comments