Skip to content

Commit cd2ec69

Browse files
authored
Fixed wrong value type for enabled setting in GitHub Actions (#7980)
1 parent 99ef0b9 commit cd2ec69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/insiders/getting-started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ plugins:
153153
- search
154154
- social
155155

156-
# CI=1 mkdocs build
156+
# CI=true mkdocs build
157157
- group:
158158
enabled: !ENV CI
159159
plugins:
160160
- git-revision-date-localized
161161
- git-committers
162162

163-
# INSIDERS=1 mkdocs build
163+
# INSIDERS=true mkdocs build
164164
- group:
165165
enabled: !ENV INSIDERS
166166
plugins:
@@ -170,8 +170,8 @@ plugins:
170170
171171
Of course, you can also enable both groups with:
172172
173-
```
174-
CI=1 INSIDERS=1 mkdocs build
173+
``` shell
174+
CI=true INSIDERS=true mkdocs build
175175
```
176176

177177
[built-in group plugin]: ../plugins/group.md

0 commit comments

Comments
 (0)