GitHub Action that deploys a pull request preview to GitHub Pages, similar to Vercel and Netlify, and cleans up after itself.
287
stars
46
forks
source link
Branch footer link in posted comment is wrong when a `deploy-repository` is used #66
Closed
vorburger closed 1 year ago
E.g. in https://github.com/www-learn-study/saraswati.learn.study/pull/28 the https://www-learn-study.github.io/previews/pr-preview/pr-28/ URL is correct (there was a preview there, it's now removed again), but the https://github.com/www-learn-study/saraswati.learn.study/tree/gh-pages (from on branch gh-pages at 2023-11-02 05:08 UTC) is wrong... that should be https://github.com/www-learn-study/previews/tree/gh-pages - it's not using the
deploy-repository
there.