From 534df1bfc19c777b99903df59949dbef95bdc374 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 25 Sep 2024 12:49:57 +0200 Subject: [PATCH] fix: setting path to `node_modules/.bin` fixed --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 029adf59..b90a5b10 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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