Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update GitHub Pages
  • Loading branch information
jimschubert committed Dec 1, 2018
commit c040a7680f4e6301a6795d5b55971d0e6e5de33f
2 changes: 1 addition & 1 deletion .documentation/dist/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "npm run unit",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
"lint:css": "stylelint 'src/**/*.vue'",
"gh-pages": "GH_PAGES=true npm run build; git add .; git commit -m 'Update GitHub Pages'; git subtree push --prefix dist origin gh-pages"
"gh-pages": "GH_PAGES=true npm run build; cd ..; git add .; git commit -m 'Update GitHub Pages'; git subtree push --prefix .documentation/dist origin gh-pages"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
Expand Down