Skip to content

Commit

Permalink
Merge pull request #590 from PolymathNetwork/fix-docs
Browse files Browse the repository at this point in the history
Update solidity-docgen
  • Loading branch information
maxsam4 authored Mar 9, 2019
2 parents 3b8c481 + 5407f5d commit 28a77af
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 261 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,17 @@ jobs:
path: ./coverage/lcov.info
docs:
docker:
- image: circleci/node:8
- image: maxsam4/solidity-kit:0.4.24
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run: yarn install
- run: sudo npm i truffle -g
- run: wget -O node_modules/solidity-docgen/lib/index.js https://raw.githubusercontent.com/maxsam4/solidity-docgen/build/lib/index.js
- run: node --version
- run: truffle version
- run: git config --global user.email "contact@mudit.blog"
- run: git config --global user.name "Docs Bot"
- run: npm run docs
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"prettier": "^1.14.3",
"sol-merger": "^0.1.2",
"solidity-coverage": "^0.5.11",
"solidity-docgen": "^0.1.0",
"solidity-docgen": "^0.1.1",
"solium": "^1.1.6",
"truffle": "4.1.14",
"truffle-wallet-provider": "0.0.5"
Expand Down
Loading

0 comments on commit 28a77af

Please sign in to comment.