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

change path to read pages in publish.sh

parent 6e06f177
No related merge requests found
Pipeline #61027 passed with stages
in 9 seconds
......@@ -19,8 +19,8 @@ for pname in index en ; do
sed -i -e 's/"toctitle">Navigation<\/div>/"toctitle"><a href="https:\/\/methal.pages.unistra.fr">Navigation<\/a><\/div>/' site/read/${pname}.html
done
# read-section
plays_done=$(ls read/tei/*xml | wc -l)
# read-section
plays_done=$(ls site/read/tei/*xml | wc -l)
sed -i -e "s/##nbrPieces/${plays_done}/g" read/*html
......
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