[READ-ONLY] Mirror of https://github.com/mrgnw/cv.
0

Configure Feed

Select the types of activity you want to include in your feed.

cv / pre-push.remote.sh
123 B 5 lines
1#!/bin/bash 2PDF_HOST="u" 3 4echo "SSH to remote machine to generate PDFs..." 5ssh $PDF_HOST "cd ~/dev/cv && npm run pdf:force"