We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc59a5 commit c3ef171Copy full SHA for c3ef171
blueprints/wpcli-markdown/blueprint.json
@@ -13,15 +13,15 @@
13
},
14
{
15
"step": "writeFile",
16
- "path": "/wp-content/uploads/postcontent.md",
+ "path": "/wordpress/wp-content/postcontent.md",
17
"data": {
18
"resource": "url",
19
"url": "https://gutenbergtimes.com/wp-content/uploads/2020/11/wpcli-markdown/postcontent.md"
20
}
21
22
23
"step": "wp-cli",
24
- "command": "wp post create --post_title 'Welcome to Playground' /wp-content/uploads/postcontent.md"
+ "command": "wp post create --post_title='Welcome to Playground' /wordpress/wp-content/postcontent.md"
25
26
]
27
0 commit comments