Skip to content

Commit

Permalink
#2 Build and deploy setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewNobes committed May 7, 2022
1 parent bc6f930 commit e6bddb7
Show file tree
Hide file tree
Showing 4 changed files with 8,848 additions and 8,311 deletions.
17 changes: 17 additions & 0 deletions gh-pages.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { publish } from 'gh-pages';

publish(
'build',
{
branch: 'gh-pages',
repo: 'https://github.com/MatthewNobes/crypto-lab',
user: {
name: 'Matthew Nobes',
email: '[email protected]'
},
dotfiles: true
},
() => {
console.log('Deploy Successful!');
}
);
Loading

0 comments on commit e6bddb7

Please sign in to comment.