Skip to content

Commit

Permalink
🐛 Fix repo paths at comigojiChangelog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Mar 31, 2021
1 parent dc72907 commit 21cd493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comigojiChangelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ module.exports = new Promise((resolve, reject) => {
branch: 'v1.x'
}, {
since,
repo: './docs',
repo: './../docs.ctjs.rocks',
branch: 'master',
forceCategory: 'docs',
forceCategoryStrip: /^:(books|pencil|pencil2|memo):/
}, {
since,
repo: './../docs.ctjs.rocks',
repo: './ctjs-site',
branch: 'master',
forceCategory: 'website'
}],
Expand Down

0 comments on commit 21cd493

Please sign in to comment.