Skip to content

Commit 8a9001c

Browse files
chore: activate publish on github pages by semantic release plugin
1 parent f9800e0 commit 8a9001c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

release.config.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ config.plugins.push(
2525
"message": "chore(release)!: [skip ci] ${nextRelease.version} released"
2626
}],
2727
["@qiwi/semrel-metabranch", {
28-
"action" : "push",
29-
"from" : "build/dokka",
30-
"to" : ".",
31-
"branch" : "gh-pages",
32-
"message" : "docs: ${nextRelease.version} documentation released"
28+
"publish" : {
29+
"action" : "push",
30+
"from" : "build/dokka",
31+
"to" : ".",
32+
"branch" : "gh-pages",
33+
"message" : "docs: ${nextRelease.version} documentation released"
34+
}
3335
}]
3436
)
3537

0 commit comments

Comments
 (0)