Skip to content

Commit

Permalink
Build docs for 13.x (#5878)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored Feb 21, 2024
1 parent a279e5d commit 37f0da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build docs site

on:
push:
branches: [11.x, 12.x]
tags: ["11.*", "12.*"]
branches: [11.x, 12.x, 13.x]
tags: ["11.*", "12.*", "13.*"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following are both valid ways to declare a command:
```

- A commandfile that will only be used on PHP8+ should [use PHP Attributes](https://github.com/drush-ops/drush/pull/4821) instead of Annotations.
- [See Attributes provided by Drush core](https://www.drush.org/api/Drush/Attributes.html). Custom code can add additional attributes.
- [See Attributes provided by Drush core](https://www.drush.org/api/Drush/Attributes.html). Custom code can supply additional Attribute classes, which may then be used by any command.

## Altering Command Info
Drush command info (annotations/attributes) can be altered from other modules. This is done by creating and registering _command info alterers_. Alterers are classes that are able to intercept and manipulate an existing command annotation.
Expand Down

0 comments on commit 37f0da7

Please sign in to comment.