Skip to content

Commit

Permalink
Add full path to diffed site
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom authored Sep 9, 2024
1 parent dabdd55 commit dd83bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-diff-and-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
with:
message: |
Hello! I've built a preview of your PR so that you can compare it to the current `main` branch:
* [PR deploy preview including highlighted diff with `main`](https://joelostblom.github.io/viz-oer/diff${{ github.event.number }}/index.html)
* [PR deploy preview including highlighted diff with `main`](https://joelostblom.github.io/viz-oer/diff${{ github.event.number }}/pull${{ github.event.number }}/textbook/_book/index.html)
* [PR deploy preview](https://joelostblom.github.io/viz-oer/pull${{ github.event.number }}/textbook/_book/index.html)
* [Current live site](https://joelostblom.github.io/viz-oer/index.html) (just for convenience, not changed by CI)

0 comments on commit dd83bad

Please sign in to comment.