From 94fb189f51ae7b44ab88b8891f4255f1d1d8b518 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Mon, 8 Jan 2024 17:58:17 +0530 Subject: [PATCH] Publish older version to grails/legacy-grails-doc --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fdf6718c5..9cc0e6347b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: id: docs_target with: cond: ${{ github.repository == 'grails/grails-doc' }} - if_true: 'grails/grails-doc' + if_true: 'grails/legacy-grails-doc' if_false: ${{ github.repository }} - name: Publish to Github Pages if: success()