Update publish-neuron.yml
This commit is contained in:
parent
13b2bd3de5
commit
a71f6737c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-neuron.yml
vendored
2
.github/workflows/publish-neuron.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
NEURON_DIR=$(ls -d neuron/*/ | head -n 1)
|
NEURON_DIR=$(ls -d neuron/*/ | head -n 1)
|
||||||
if [ -n "$NEURON_DIR" ]; then
|
if [ -n "$NEURON_DIR" ]; then
|
||||||
echo "Found Neuron directory: $NEURON_DIR"
|
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
|
else
|
||||||
echo "No subdirectory found in neuron/"
|
echo "No subdirectory found in neuron/"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue