Skip to content

Commit

Permalink
Re-use the Makefile target from gh-pages branch (#790)
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser authored Dec 9, 2021
1 parent dd5d4b7 commit 64f2dcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,7 @@ website:
git fetch origin gh-pages:gh-pages ;\
git checkout gh-pages ;\
git checkout - README.md CONTRIBUTING.md CHANGELOG.md docs/ ;\
mv CNAME EMANC ;\
bundle install ;\
bundle exec jekyll build ;\
$(MAKE) website ;\
fi

.PHONY: version
Expand Down

0 comments on commit 64f2dcd

Please sign in to comment.