jekyll-action icon indicating copy to clipboard operation
jekyll-action copied to clipboard

A GitHub Action to publish Jekyll based content as a GitHub Pages site

Results 12 jekyll-action issues
Sort by recently updated
recently updated
newest added

Would it be possible to allow a setting to make the commit to the deploy branch be the github bot? Specifically here: https://github.com/helaili/jekyll-action/blob/master/entrypoint.sh#L183-L184 I'd like to ideally set `GITHUB_ACTOR` to...

Example Repository for this issue: https://github.com/lenkva/jekyll-source-demo ## Expected Behavior If I include a source property in my Jekyll config, building my page locally searches for files to process, such as...

I've replaced with the "approved", but I think "pre-selected", or "allowed" and "not allowed" should work too! 🙂

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...

dependencies
javascript

This GH Action has a `Dockerfile` which uses the `ruby:2.7-alpine` image as base image. `ruby:2.7-alpine` ships the Linux Alpine 3.16 which has removed the `python2` packages and only provides Python...

This PR addresses issue #98 It allows passing the desired contents for the `CNAME` file using `cname` input for the action. It resolves the issue of custom domain support for...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies
javascript

Revert to Ruby 2.6, which has the advantage of addressing both of these issues: - Fixes #25, removing many of the deprecation warnings caused by Ruby 2.7 - Fixes #16,...

Tested on my own site; run [here](https://github.com/ezist/ezist.github.io/runs/2194172623#step:5:70), config [here](https://github.com/ezist/ezist.github.io/blob/master/.github/workflows/github-pages.yml#L26-L27).

I run for the first time today this action and I noticed that by default it is using ruby 2.7.0 (with its bunch of deprecation warnings on the most of...