Skip to content

Instantly share code, notes, and snippets.

@bpatra
Created December 5, 2020 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bpatra/bafe9d56479e3dc86640f65bdf479a9f to your computer and use it in GitHub Desktop.
Save bpatra/bafe9d56479e3dc86640f65bdf479a9f to your computer and use it in GitHub Desktop.
$repoDir = $env:RepoDir
cd $repoDir #change location and go to the repository
Exec{Invoke-Expression "& jekyll build"} #invoke Jekyll from Powershell command line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment