This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 613ce1ef4a3 Enable Grails Guides Site publishing in workflow
613ce1ef4a3 is described below

commit 613ce1ef4a383af5f983114af52fabb0b498563e
Author: James Fredley <[email protected]>
AuthorDate: Fri Sep 26 09:24:36 2025 -0400

    Enable Grails Guides Site publishing in workflow
    
    Updated the publish workflow to enable publishing of Grails guides.
---
 .github/workflows/publish.yml | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 2bec9304ba5..ff395a951f9 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -45,14 +45,13 @@ jobs:
           GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ 
secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
           GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ 
secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
           GRADLE_TASK: build
-          GRAILS_WS_URL: https://grails.apache.org
-      # TODO Fix Grails Guide Publishing    
-      # - name: Publish Guides Site
-      #   run: ./publish.sh
-      #   env:
-      #     GITHUB_SLUG: grails-guides/grails-guides-template
-      #     GH_BRANCH: gh-pages
-      #     GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
-      #     GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ 
secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
-      #     GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ 
secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
-      #     GRADLE_TASK: buildGuide
+          GRAILS_WS_URL: https://grails.apache.org    
+      - name: Publish Guides Site
+        run: ./publish.sh
+        env:
+          GITHUB_SLUG: grails-guides/grails-guides-template
+          GH_BRANCH: gh-pages
+          GH_TOKEN: ${{ secrets.APACHE_GRAILS_BUILD_GH_TOKEN }}
+          GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ 
secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
+          GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ 
secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
+          GRADLE_TASK: buildGuide

Reply via email to