From f8b20665dc85d80fae5c1f2d0c63123528dfbe49 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Tue, 9 Jan 2024 12:57:04 +0530 Subject: [PATCH] Revert "Publish older version to grails/legacy-grails-doc" This reverts commit 9af3aa9e63a474e84fcfc8dba066d8475011f648. --- .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 0d4c88e5fa..3025413c17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: id: docs_target with: cond: ${{ github.repository == 'grails/grails-doc' }} - if_true: 'grails/legacy-grails-doc' + if_true: 'grails/grails-doc' if_false: ${{ github.repository }} - name: Publish to Github Pages if: success()