Releases: SamStephens/nanoc-build-pages
v2.2.0
The only functional difference here is updating from Ruby 3.1.2 to Ruby 3.2.2.
Full Changelog: v2.1.0...v2.2.0
Version 2
New major version, as the API has been simplified.
This tag will reference the latest available 2.x.x version of the action, which conforms with semantic versioning compatibility conventions. Use this ref in your workflow to gain backwards-compatible enhancements automatically.
Simplify README.md
Now Github support pages pushing from actions in a first class fashion, a bunch of workarounds and caveats no longer apply.
Simply use configued nanoc output directory
Rather than complicating things with the ability to specify an
output directory in this action, simply use the configured output
directory from the nanoc project. The output will be relative to
the specified source directory.
Initial public release
This is the first public release of the Action.
Initial major version
This tag will reference the latest available 1.x.x version of the action, which conforms with semantic versioning compatibility conventions. Use this ref in your workflow to gain backwards-compatible enhancements automatically.