Skip to content

Commit

Permalink
fix(CI): multibranch gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Nov 15, 2020
1 parent 8357c70 commit 737c216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if(process.env.BRANCH === 'main') {
if(process.env.BRANCH === 'main' || process.env.BRANCH === 'develop') {
plugins.push(['@qiwi/semantic-release-gh-pages-plugin', {
'msg': 'docs: Updated for <%= nextRelease.gitTag %>',
'src': './gh-pages',
'src': './doc',
'dst': `./${process.env.BRANCH}`,
'pullTagsBranch': 'main'
}]);
Expand Down

0 comments on commit 737c216

Please sign in to comment.