Releases: pndurette/gh-pages-url-shortener-action
Releases · pndurette/gh-pages-url-shortener-action
v2
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
tohttps://yahoo.com
- For example the
- 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
- For example,
Check out the README.md for updated documentation!
New Contributors
Full Changelog: v1...v2
v1
Initial release!
This is a lightweight pure GitHub Pages URL shortener powered by GitHub Actions.