Skip to content
This repository was archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
use gh-pages 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Jun 3, 2021
1 parent b974649 commit 65fc742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ services:
- 5000:80
volumes:
- ./:/usr/src/app:delegated
- '~/.ssh:/root/.ssh' # required to install private packages or publish
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build-dist": "gulp dist",
"build-docs": "gulp dist && gulp docs && gulp docs:add-v2-docs",
"build-npm": "npm run build && gulp npm-prepublish",
"publish-docs": "npm run build && npm run test && gulp publish-gh-pages"
"publish-docs": "gh-pages -d build/docs"
},
"devDependencies": {
"ava": "^0.23.0",
Expand All @@ -44,7 +44,7 @@
"del": "^3.0.0",
"eslint": "^6.7.2",
"eslint-loader": "^3.0.2",
"gh-pages": "^1.0.0",
"gh-pages": "^1.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.4",
Expand Down

0 comments on commit 65fc742

Please sign in to comment.