ci: update examples workflow

This commit is contained in:
lowlighter
2022-01-15 00:15:43 -05:00
parent c0f4cf42ad
commit c0420d0289
3 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ const {plugins, templates} = await metadata({log:false, diff:true})
const workflow = []
//Config and general documentation auto-generation
for (const step of []) {
for (const step of ["config", "documentation"]) {
switch (step) {
case "config":
await update({source:paths.join(__action, "action.yml"), output:"action.yml"})