feat: github pages maybe??
This commit is contained in:
16
gh-pages.js
Normal file
16
gh-pages.js
Normal file
@@ -0,0 +1,16 @@
|
||||
var ghpages = require('gh-pages');
|
||||
|
||||
ghpages.publish(
|
||||
'public', // path to public directory
|
||||
{
|
||||
branch: 'gh-pages',
|
||||
repo: 'https://github.com/Spectralitree/pk-webs-svelte.git', // Update to point to your repository
|
||||
user: {
|
||||
name: 'Spectralitree', // update to use your name
|
||||
email: 'spectralitree@gmail.com' // Update to use your email
|
||||
}
|
||||
},
|
||||
() => {
|
||||
console.log('Deploy Complete!')
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user