iranzo / gh-pages-jekyll-action

GitHub Pages Jekyll Action for building sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Pages Jekyll Action

This action builds a Jekyll site and deploys it on GitHub pages

Make sure that requirements such as Gemfile are up to date.

If there's an existing build.sh it will be executed to set up extra steps before 'building' with Jekyll the site (additional steps, other external programs, etc)

Environment variables

  • GH_PAGES_BRANCH (optional): override the default gh-pages deployment branch
  • SOURCE_FOLDER (optional): override the default ./ folder for building the site

About

GitHub Pages Jekyll Action for building sites


Languages

Language:Shell 73.9%Language:Dockerfile 26.1%