Skip to content
Snippets Groups Projects
Commit d90f2a15 authored by pruizf's avatar pruizf
Browse files

[ci] adds number of plays done in publish.sh

parent 0aebbc31
No related merge requests found
Pipeline #61025 passed with stages
in 6 seconds
...@@ -21,7 +21,7 @@ done ...@@ -21,7 +21,7 @@ done
# read-section # read-section
plays_done=$(ls read/tei/*xml | wc -l) plays_done=$(ls read/tei/*xml | wc -l)
sed -i -e "s/##nbrPieces/${plays_done}/g" sed -i -e "s/##nbrPieces/${plays_done}/g" read/*html
# copy to public repo ========================================================== # copy to public repo ==========================================================
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment