Skip to content

Commit

Permalink
removed generated docs from source control
Browse files Browse the repository at this point in the history
- 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
renatodeleao committed Feb 22, 2019
1 parent 1eb6362 commit eed20a1
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 979 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jspm_packages
yarn-error*
.cache/
public/
docs/
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,9 @@ yarn run dev:qnorr
yarn run build:qnorr
```

Developing demo site only
Developing playground site
```
yarn run dev:site
yarn run build:site
yarn run deploy:site
yarn run dev:playground
```

## License
Expand Down
2 changes: 1 addition & 1 deletion deploy.js
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!')
});
1 change: 0 additions & 1 deletion docs/assets/css/main.css

This file was deleted.

Binary file removed docs/assets/images/favicon.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/assets/images/logo_full_compact.svg

This file was deleted.

Loading

0 comments on commit eed20a1

Please sign in to comment.