Skip to content

Commit

Permalink
Fixed wrong value type for enabled setting in GitHub Actions (#7980)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug authored Feb 7, 2025
1 parent 99ef0b9 commit cd2ec69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/insiders/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ plugins:
- search
- social

# CI=1 mkdocs build
# CI=true mkdocs build
- group:
enabled: !ENV CI
plugins:
- git-revision-date-localized
- git-committers

# INSIDERS=1 mkdocs build
# INSIDERS=true mkdocs build
- group:
enabled: !ENV INSIDERS
plugins:
Expand All @@ -170,8 +170,8 @@ plugins:
Of course, you can also enable both groups with:
```
CI=1 INSIDERS=1 mkdocs build
``` shell
CI=true INSIDERS=true mkdocs build
```

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

0 comments on commit cd2ec69

Please # to comment.