-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed generated docs from source control
- they will be published as an orphan branch to GitHub pages directly on version updates. - updated deploy script to deploy from “docs/“ - updated nom scripts
- Loading branch information
1 parent
1eb6362
commit eed20a1
Showing
18 changed files
with
7 additions
and
979 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,3 +40,4 @@ jspm_packages | |
yarn-error* | ||
.cache/ | ||
public/ | ||
docs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
var ghpages = require('gh-pages'); | ||
|
||
console.log('🚀 Deploying...') | ||
ghpages.publish('public', function(err) { | ||
ghpages.publish('docs', function(err) { | ||
return err ? console.log(err) : console.log('✅ Success!') | ||
}); |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.