Skip to content

Commit

Permalink
chore: fix makefile re: #10607
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 25, 2021
1 parent f8e9f91 commit 9836aef
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test:
./node_modules/.bin/mocha $(T) --async-only test/*.test.js

docs: ghpages merge_stable docclean gendocs search
docs_legacy: legacy docclean_legacy gendocs copytmp gitreset ghpages copylegacy
docs_legacy: legacy docclean_legacy gendocs copytmp ghpages copylegacy

ghpages:
git checkout gh-pages
Expand Down Expand Up @@ -47,12 +47,6 @@ copytmp:
cp -R ./docs/images/* ./tmp/docs/images
cp index.html ./tmp

gitreset:
git checkout docs/*.html
git checkout docs/tutorials/*.html
git checkout docs/api/*.html
git checkout index.html

copylegacy:
mkdir -p ./docs/$(LEGACY_BRANCH)
cp -R ./tmp/* ./docs/$(LEGACY_BRANCH)/
Expand Down

0 comments on commit 9836aef

Please sign in to comment.