c60b52e9c4
This commit has the same content as https://github.com/nymtech/nym/pull/3842
8 lines
211 B
Bash
Executable File
8 lines
211 B
Bash
Executable File
#!/bin/bash
|
|
# this is a script called by the github CI and CD workflows to post process CSS/image/href links for serving
|
|
# several mdbooks from a subdirectory
|
|
|
|
cd scripts/post-process
|
|
npm install
|
|
node index.mjs
|