mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 03:44:27 +02:00
fix: setting path to node_modules/.bin
fixed
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
sudo apt install haskell-stack graphviz nodejs npm ghc cabal-install
|
sudo apt install haskell-stack graphviz nodejs npm ghc cabal-install
|
||||||
npm install split mathjax-full mathjax-node-sre mathjax-node-cli
|
npm install split mathjax-full mathjax-node-sre mathjax-node-cli
|
||||||
cabal update
|
cabal update
|
||||||
echo "~/node_modules/.bin" >> $GITHUB_PATH
|
echo "${{ github.workspace }}/node_modules/.bin" >> $GITHUB_PATH
|
||||||
- name: Get git repos with API reference tools
|
- name: Get git repos with API reference tools
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/JohelEGP/jegp.cmake_modules.git --depth=1
|
git clone https://github.com/JohelEGP/jegp.cmake_modules.git --depth=1
|
||||||
|
Reference in New Issue
Block a user