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 15d813f7dd Update publish.yml
15d813f7dd is described below
commit 15d813f7dd6d86e1c2c7ff2c065f9e36b0c01948
Author: James Fredley <[email protected]>
AuthorDate: Fri Jun 6 14:32:05 2025 -0400
Update publish.yml
---
.github/workflows/publish.yml | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index e29e0cb294..05ae675b1a 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -34,19 +34,20 @@ jobs:
env:
GITHUB_SLUG: apache/grails-static-website
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- GH_BRANCH: asf-site-staging
+ GH_BRANCH: asf-site-production
# AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }}
# AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
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.staged.apache.org
- - 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
+ # 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