Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Change make dependencies so CI works
Browse files Browse the repository at this point in the history
Also stop pulling in the JS packages since we don't actually *use* the resulting generated docs.

License: MIT
Signed-off-by: Rob Brackett <rob@robbrackett.com>
  • Loading branch information
Mr0grog committed Jun 1, 2018
1 parent 84b4ccf commit ebe507b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ ipfs-theme:
$(PREPEND)node scripts/ipfs-css-constants.js $(APPEND)

packages:
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/js-ipfs-api master $(PKGDIR) pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/js-ipfs master $(PKGDIR) pkg
# The JS packages don't actually generate useful docs right now, so skip them
# $(PREPEND)scripts/pkg2md.sh github.com/ipfs/js-ipfs-api master $(PKGDIR) pkg
# $(PREPEND)scripts/pkg2md.sh github.com/ipfs/js-ipfs master $(PKGDIR) pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/go-ipfs-api v1.2.1 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/go-ipfs/core/coreapi v0.4.15 $(PKGDIR) go/pkg

Expand All @@ -41,7 +42,7 @@ css:
$(PREPEND)$(NPMBIN)/lessc --autoprefix src/styles/main.less static-build/assets/main.css && \
$(NPMBIN)/lessc --clean-css static-build/assets/main.css static-build/assets/main.css $(APPEND)

build: clean packages css
build: clean install css
$(PREPEND)hugo && \
echo "" && \
echo "Site built out to ./$(OUTPUTDIR)"
Expand Down

0 comments on commit ebe507b

Please sign in to comment.