Skip to content

Instantly share code, notes, and snippets.

@BryanSchuetz
Last active December 6, 2018 15:05
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 BryanSchuetz/bc25f6684d51e0c83b88dc5c68beca8a to your computer and use it in GitHub Desktop.
Save BryanSchuetz/bc25f6684d51e0c83b88dc5c68beca8a to your computer and use it in GitHub Desktop.
A workflow for building your custom Jekyll site, and deploying it back to the gh-pages branch of your repository.
workflow "Deploy Site" {
on = "push"
resolves = ["Build and Deploy Jekyll"]
}
action "Build and Deploy Jekyll" {
uses = "BryanSchuetz/jekyll-deploy-gh-pages@master"
secrets = ["GITHUB_TOKEN"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment