jekyll-deploy-gh-pages icon indicating copy to clipboard operation
jekyll-deploy-gh-pages copied to clipboard

A GitHub Action for building a Jekyll site (with custom plugins) and deploying it back to your gh-pages branch.

Results 12 jekyll-deploy-gh-pages issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, is it possible to run this action inside a sub directory instead of the project's root dir? An environment variable that specifies the directory to work in would be...

enhancement

I'm using bundler = 2.1.4, and when the action runs I get "You must use Bundler 2 or greater with this lockfile." If I remove Gemfile.lock from my repo, it...

I'm sure this is stupid, but I can't find any information when searching for this specific error, and I'm green when it comes to Ruby. Build error: ``` 👍 ENTRYPOINT...

So, I am using this Action to build and deploy a Jekyll site to GH Pages. It was working fine (thank you for this, btw!) until I started using a...

Plus some whitespace formatting

Closes #21 Uses `set -e` in root, build, and deploy entrypoints to abort on failure at each step, and removed the `&&` chaining. Also Remove some of the stderr pipes...

It appears that everything is being installed correctly, but the process aborts after this step. It doesn't even get to the Jekyll build step. There are no error logs, so...

Similar to #13, except for the individual `build` and `deploy` scripts. That linked PR adds `set -e` to the beginning of the root `entrypoint.sh` script, but we should also do...

Are these `GITHUB_REPOSITORY` and `GITHUB_ACTOR` configurations intentional in the README Example? These values are available as [environment variables in all runner environments](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-environment-variables), so why would we namespace them under `secrets`...

question