Releases: jeffreytse/jekyll-deploy-action
Releases · jeffreytse/jekyll-deploy-action
v0.6.0
v0.5.1
🎉 Hello world, I'm a new release for better work!
- Fixed bundler requires Ruby version
>=3.0.0
(#70).
Hey, guys! Welcome to update to this version.
v0.5.0
🎉 Hello world, I'm a new release for better work!
- Support required bundler version by
Gemfile.lock
. - Using
main
branch as the git initial branch. - Add test provider to skip publishing (#36).
- Fixed the remote end hung up unexpectedly (#64).
- Support to publish site via SSH protocol (#66).
- Bump
nokogiri
from 1.13.6 to 1.13.9 (#52). - Bump
nokogiri
from 1.13.9 to 1.13.10 (#56) - Bump
nokogiri
from 1.13.10 to 1.14.3 (#63).
Hey, guys! Welcome to update to this version.
v0.4.0
🎉 Hello world, I'm a new release for better work!
- Fix Github API metadata warnings (#31).
- Better compatibility with cached gems.
- Bump
nokogiri
from 1.12.5 to 1.13.3 (#33). - Bump
nokogiri
from 1.13.3 to 1.13.4 (#37). - Support to restore mtime of all files (#40).
- GitHub workaround for CVE-2022-24765 (#43).
- Fix unsafe repositories of bundle packages (#43).
- Bump
nokogiri
from 1.13.4 to 1.13.6 (#44).
Hey, guys! Welcome to update to this version.
v0.3.1
v0.3.0
🎉 Hello world, I'm a new release for better work!
- Support to check GitHub repository name (#23) .
- Fix error processing package
elpa-magit
(#25) . - Add bundle config to cache all.
- Support to execute pre-build commands.
- Better environment initialization.
This version improved the building speed over almost 75%!
Welcome to update to this version.
v0.2.1
🎉 Hello world, I'm a new release for better work!
- Fix removing .git folder failed (#10) .
- Fix incompatible gems cache caused corruption (#12) .
- Add libvips-dev library dependency (#13).
- Fix caching bundle gems not working (#14).
- Remove unused output.
- Update actions/cache configuration.
- Bump kramdown from 2.3.0 to 2.3.1 (#16).
Welcome to update to this version.
v0.2.0
🎉 Hello world, I'm a new release for better work!
- Add gsl library to Dockerfile.
- Change interpreter for github provider.
- Migrate to ruby:2.7 for Dockerfile.
Welcome to update to this version.
v0.1.4
🎉 Hello world, I'm a new release for better work!
- Update Dockerfile on ImageMagick to support image manipulation (#3).
Welcome to update to this version.
v0.1.3
🎉 Hello world, I'm a new release for better work!
- Support custom Jekyll Baseurl.
- Fix some bugs.