Update gh-pages.js

This commit is contained in:
Arhey 2022-02-22 11:42:22 +03:00
parent 7d3f2acdce
commit f04d3e3275

View file

@ -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!')
})