mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
import { publish } from 'gh-pages'
|
|
|
|
publish('build', () => {
|
|
console.log('Deploy Complete!')
|
|
})
|