mirror of
https://github.com/Luzifer/3dmodels.git
synced 2024-12-23 02:41:19 +00:00
Move template file into CI dir
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9297dd2608
commit
53faefdc9e
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# Reset README to template stub
|
# Reset README to template stub
|
||||||
cp README.tpl.md README.md
|
cp ci/README.tpl.md README.md
|
||||||
|
|
||||||
for filename in *.jscad; do
|
for filename in *.jscad; do
|
||||||
title=$(awk -F ':' '/title\s*:/{ print $2 }' "${filename}")
|
title=$(awk -F ':' '/title\s*:/{ print $2 }' "${filename}")
|
||||||
|
|
Loading…
Reference in a new issue