Update publish-neuron.yml

This commit is contained in:
Thomas Bishop 2024-10-20 19:23:19 +01:00 committed by GitHub
parent 13b2bd3de5
commit a71f6737c6

View file

@ -14,7 +14,7 @@ jobs:
NEURON_DIR=$(ls -d neuron/*/ | head -n 1)
if [ -n "$NEURON_DIR" ]; then
echo "Found Neuron directory: $NEURON_DIR"
docker run -v $PWD:/notes sridca/neuron neuron gen --pretty-urls
docker run -v $PWD:/notes sridca/neuron neuron gen --pretty-urls /neuron/*/
else
echo "No subdirectory found in neuron/"
exit 1