ultimate-jekyll-manager 0.0.42 → 0.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -818,7 +818,7 @@ async function fetchTranslationsBranch() {
818
818
  }
819
819
 
820
820
  // Git Sync: Push
821
- async function pushTranslationBranch( ) {
821
+ async function pushTranslationBranch(updatedFiles) {
822
822
  const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/');
823
823
  const localRoot = path.join('.temp', 'translations');
824
824
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {