Skip to content

Commit

Permalink
Fix highlightjs/build.sh to point to correct directories (FuelLabs#3632)
Browse files Browse the repository at this point in the history
  • Loading branch information
djma authored Dec 19, 2022
1 parent 98a5c9b commit 02d9b3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/highlightjs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ npm ci

rm -rf build
node tools/build.js sway rust ini bash shell json
cp build/highlight.min.js ../../../docs/theme/highlight.js
cp build/highlight.min.js ../../../docs/reference/theme/highlight.js
cp build/highlight.min.js ../../../docs/book/theme/highlight.js

# add "keep" in order to keep highlight.js repo
if [[ ${1} != "keep" ]]; then
Expand Down

0 comments on commit 02d9b3d

Please sign in to comment.