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

modified colors.sh script

parent d206f68c
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 #
...@@ -4,8 +4,10 @@ do ...@@ -4,8 +4,10 @@ do
#git checkout -b color_${i/ /_} #git checkout -b color_${i/ /_}
git checkout color_${i/ /_} git checkout color_${i/ /_}
sed -ri "s/(primary: ').*'/\1$i'/" mkdocs.yml sed -ri "s/(primary: ').*'/\1$i'/" mkdocs.yml
git cherry-pick bd8e358 #git cherry-pick bd8e358
git commit -am "Setting color to: $i" #git commit -am "Setting color to: $i"
git pull --rebase origin colors
git pull --rebase
git push --set-upstream origin color_${i/ /_} git push --set-upstream origin color_${i/ /_}
git checkout colors git checkout colors
done done
...@@ -190,7 +190,7 @@ pages: ...@@ -190,7 +190,7 @@ pages:
extra: extra:
logo: img/logo2.png logo: img/logo2.png
palette: palette:
primary: 'indigo' primary: 'purple'
accent: 'light blue' accent: 'light blue'
font: font:
text: 'Roboto' text: 'Roboto'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment