Skip to content

Releases: pndurette/gh-pages-url-shortener-action

v2

14 Jan 05:54
c06fcc8
Compare
Choose a tag to compare

What's Changed

  • Add support for paths in redirect keys by @sblom in #7
    • For example the a/b/c: https://yahoo.com configuration will create a redirect at <domain>/a/b/c to https://yahoo.com
  • Add support for relative URL redirect to root of domain by @pndurette in #10
    • For example, default_redirect: /blog in the action config will redirect / or a 404 to <domain>/blog

Check out the README.md for updated documentation!

New Contributors

  • @sblom made their first contribution in #7

Full Changelog: v1...v2

v1

05 Mar 08:25
75300a5
Compare
Choose a tag to compare

Initial release!

This is a lightweight pure GitHub Pages URL shortener powered by GitHub Actions.