mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update gh-pages.js
This commit is contained in:
parent
7d3f2acdce
commit
f04d3e3275
1 changed files with 3 additions and 11 deletions
14
gh-pages.js
14
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!')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue