mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 10:40:12 +00:00
feat: github pages maybe??
This commit is contained in:
parent
cd6cbc08e3
commit
74f4b32238
4 changed files with 228 additions and 5 deletions
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!')
|
||||
}
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue