Skip to content
Snippets Groups Projects
Commit d5ec6502 authored by David Hrbáč's avatar David Hrbáč
Browse files

script to prepare color deviations

parent 7a5f7fe9
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!12Colors - grey as default
Pipeline #
for i in {"red","pink","purple","deep purple","indigo","blue","light blue","cyan","teal","green","light green","lime","yellow","amber","orange","deep orange","brown","grey","blue grey"}
do
echo "Setting color to: $i, ${i/ /_}, color_${i/ /_}"
git checkout -b color_${i/ /_}
sed -ri "s/(accent: ').*'/\1$i'/" mkdocs.yml
git commit -am "Setting color to: $i"
git push --set-upstream origin color_${i/ /_}
git checkout colors
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment