Skip to content
Snippets Groups Projects

added printouts to pdf script

Merged Jennifer Mankoff requested to merge jen-week2 into UACCESS-24fa
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -43,8 +43,10 @@ apt-get install -y \
wget \
xdg-utils
echo "installing decktape"
npm install decktape
echo "building"
bundle exec jekyll build --config _config_production.yml -d remarkpdf -b "$(pwd)/remarkpdf"
cd remarkpdf
@@ -54,6 +56,7 @@ for html in slides/**/*.html; do
continue
fi
set +e
echo "running decktape"
$(npm bin)/decktape remark --chrome-arg=--disable-web-security --chrome-arg=--no-sandbox "$html" "../public/$html.pdf"
set -e
done
Loading