mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
fix colors
This commit is contained in:
parent
b1d4e34c0a
commit
a2c9161d99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-pdf.yml
vendored
2
.github/workflows/build-pdf.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
prev_style=contemporary
|
prev_style=contemporary
|
||||||
for style in casual classic banking oldstyle fancy contemporary
|
for style in casual classic banking oldstyle fancy contemporary
|
||||||
do
|
do
|
||||||
echo -e "\e[1;35Compiling style $style...\e[0m"
|
echo -e "\033[1;35mCompiling style $style...\033[0m"
|
||||||
# first cleanup, but keep .log files for later artifact upload
|
# first cleanup, but keep .log files for later artifact upload
|
||||||
latexmk -c -e 'sub cleanup_generated { my $ext = $_[0]; return 0 if $ext eq "log"; return 1; }'
|
latexmk -c -e 'sub cleanup_generated { my $ext = $_[0]; return 0 if $ext eq "log"; return 1; }'
|
||||||
sed -i "s/moderncvstyle\[\]{${prev_style}}/moderncvstyle\[\]{${style}}/g" template.tex
|
sed -i "s/moderncvstyle\[\]{${prev_style}}/moderncvstyle\[\]{${style}}/g" template.tex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue