mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
build: API Reference generation procedure simplified
This commit is contained in:
@@ -32,9 +32,6 @@ RUN sudo install-packages \
|
||||
npm \
|
||||
ghc \
|
||||
cabal-install
|
||||
RUN npm install split mathjax-full mathjax-node-sre
|
||||
RUN npm install split mathjax-full mathjax-node-sre mathjax-node-cli
|
||||
RUN cabal update
|
||||
|
||||
# Install MathJax-Node-CLI
|
||||
RUN git clone https://github.com/mathjax/mathjax-node-cli --depth=1
|
||||
RUN echo "export PATH=\"$PWD/mathjax-node-cli/bin:\$PATH\"" >> ~/.bashrc
|
||||
RUN echo "export PATH=\"~/node_modules/.bin:\$PATH\"" >> ~/.bashrc
|
||||
|
Reference in New Issue
Block a user