We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a50b10 commit 19c9775Copy full SHA for 19c9775
.github/workflows/deploy-main.yml
@@ -11,7 +11,7 @@ permissions:
11
12
jobs:
13
deploy:
14
- name:
+ name: Deploy `main`
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout main branch
@@ -31,7 +31,7 @@ jobs:
31
run: pip install mkdocs
32
33
- name: Install pymdown-extensions
34
- run: pip install pymdown-extensions mkdocs-material
+ run: pip install pymdown-extensions
35
36
- name: Install mkdocs-material
37
run: pip install mkdocs-material
.github/workflows/deploy-pr-preview.yml
@@ -18,7 +18,7 @@ permissions:
18
19
20
preview:
21
+ name: Deploy PR preview
22
23
24
- name: Cancel previous runs
0 commit comments