From 2b68f7b946ac484cb4a5cc975432b2e763a605cf Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Mon, 9 Sep 2024 15:54:23 -0700 Subject: [PATCH] Change back --- .github/workflows/pr-diff-and-deploy-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-diff-and-deploy-preview.yaml b/.github/workflows/pr-diff-and-deploy-preview.yaml index 65be4f6..ded2be9 100644 --- a/.github/workflows/pr-diff-and-deploy-preview.yaml +++ b/.github/workflows/pr-diff-and-deploy-preview.yaml @@ -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 }}/pull${{ github.event.number }}/textbook/_book/index.html) + * [PR deploy preview including highlighted diff with `main`](https://joelostblom.github.io/viz-oer/diff${{ github.event.number }}/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)