wip
This commit is contained in:
@@ -16,8 +16,8 @@ install() {
|
||||
install_cli
|
||||
install_theme
|
||||
|
||||
if ! which firefox &> /dev/null; then
|
||||
sudo apt -y install firefox
|
||||
if ! which wkhtmltopdf &> /dev/null; then
|
||||
sudo apt -y install wkhtmltopdf
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -45,9 +45,11 @@ build() {
|
||||
|
||||
resume validate
|
||||
|
||||
for ext in html pdf; do
|
||||
for ext in html ; do
|
||||
resume export resume.$ext --theme $THEME
|
||||
done
|
||||
|
||||
false
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user