Skip to content

Commit 56128b0

Browse files
committed
refactor: rename gh workflow to publish-docs.yaml
1 parent 42d389f commit 56128b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Since they run in parallel, they are independent. It means:
2323

2424
The `package.json` must contain the following `scripts` tasks. They are called by Nox tasks. However, you can add your own additional tasks.
2525

26-
```json
26+
```
2727
{
2828
"scripts": {
2929
"theme:build": "...",
3030
"theme:watch": "..."
31-
},
32-
...
31+
}
32+
}
3333
```
3434

3535
For example, if you want to build just Node.js assets, call `npm run theme:build`.

0 commit comments

Comments
 (0)