Skip to content
Snippets Groups Projects
Verified Commit 11f67dea authored by Rok Štular's avatar Rok Štular
Browse files

fix(build): Use proper yq syntax

parent 583055e3
No related branches found
No related tags found
2 merge requests!135Update 2 files,!127Friday pre-publish week 3 material
Pipeline #208625 passed
......@@ -18,7 +18,7 @@ else
echo "yq could not be found, the banner will not be added"
else
cp book/_config.yml book/_config.yml.bak
yq -yi '.html.announcement = .draft_banner' book/_config.yml
yq -i '.html.announcement = .draft_banner' book/_config.yml
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment