Skip to content

Commit 293d92e

Browse files
committed
Fixed indent in workflow file examples
1 parent c22d705 commit 293d92e

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

docs/setup/ensuring-data-privacy.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -491,22 +491,22 @@ carried out. You might want to:
491491
branches:
492492
- master
493493
- 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
510510
```
511511

512512
[publishing guide]: ../publishing-your-site.md#with-github-actions

docs/setup/setting-up-social-cards.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -240,22 +240,22 @@ whether the social cards need to be regenerated. You might want to:
240240
branches:
241241
- master
242242
- 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
259259
```
260260

261261
[built-in social plugin]: #built-in-social-plugin

0 commit comments

Comments
 (0)