Skip to content

Commit 19c9775

Browse files
committed
Remove redundant install of mkdocs-material.
1 parent 4a50b10 commit 19c9775

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
deploy:
14-
name:
14+
name: Deploy `main`
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout main branch
@@ -31,7 +31,7 @@ jobs:
3131
run: pip install mkdocs
3232

3333
- name: Install pymdown-extensions
34-
run: pip install pymdown-extensions mkdocs-material
34+
run: pip install pymdown-extensions
3535

3636
- name: Install mkdocs-material
3737
run: pip install mkdocs-material

.github/workflows/deploy-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
preview:
21-
name:
21+
name: Deploy PR preview
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Cancel previous runs

0 commit comments

Comments
 (0)