mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +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
|
||||
npm install split mathjax-full mathjax-node-sre mathjax-node-cli
|
||||
cabal update
|
||||
echo "~/node_modules/.bin" >> $GITHUB_PATH
|
||||
echo "${{ github.workspace }}/node_modules/.bin" >> $GITHUB_PATH
|
||||
- name: Get git repos with API reference tools
|
||||
run: |
|
||||
git clone https://github.com/JohelEGP/jegp.cmake_modules.git --depth=1
|
||||
|
Reference in New Issue
Block a user