fix 023e67e9 (define PATH variable and make in one command) (#2722)

to avoid PATH export, define it in the same command with make

Signed-off-by: André Sintzoff <andre.sintzoff@thalesgroup.com>
This commit is contained in:
André Sintzoff 2025-01-21 17:04:24 +01:00 committed by GitHub
parent b6b259914a
commit fb899feec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,8 +27,7 @@ build:
- npm install docs/riscv-isa/riscv-isa-manual/dependencies
- gem install -g docs/riscv-isa/riscv-isa-manual/dependencies/Gemfile
pre_build:
- export PATH=$PWD/node_modules/.bin:$PATH
- make -C docs prepare
- PATH=$PWD/node_modules/.bin:$PATH make -C docs prepare
# Build from the docs directory with Sphinx
sphinx: