From f04d3e3275f192c68789e3c2af603a29fc01b609 Mon Sep 17 00:00:00 2001 From: Arhey Date: Tue, 22 Feb 2022 11:42:22 +0300 Subject: [PATCH] Update gh-pages.js --- gh-pages.js | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/gh-pages.js b/gh-pages.js index 70f7d40c4..46d1aa56b 100644 --- a/gh-pages.js +++ b/gh-pages.js @@ -1,13 +1,5 @@ import { publish } from 'gh-pages' -publish( - 'build', - { - branch: 'gh-pages', - repo: 'https://github.com/iptv-org/iptv-org.github.io.git', - dotfiles: true - }, - () => { - console.log('Deploy Complete!') - } -) +publish('build', () => { + console.log('Deploy Complete!') +})