This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-forge-ui.git
The following commit(s) were added to refs/heads/main by this push:
new 4770d29 Revert publishing changes
4770d29 is described below
commit 4770d29b4468559816c1434bf5b53e31b2d9dc4e
Author: James Fredley <[email protected]>
AuthorDate: Thu Oct 23 20:07:18 2025 -0400
Revert publishing changes
---
.github/workflows/publish.yml | 31 ++++---------------------------
1 file changed, 4 insertions(+), 27 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 92327f0..b3deada 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -10,16 +10,6 @@ jobs:
matrix:
java: ['11']
steps:
- - name: Maximize build space
- uses:
easimon/maximize-build-space@c28619d8999a147d5e09c1199f84ff6af6ad5794
- with:
- root-reserve-mb: 3072 # Leave ~3 GB on root FS
- swap-size-mb: 2048 # Allocate 2 GB swap (default: 4 GB; reduce
if not needed)
- remove-dotnet: 'true' # Remove .NET SDK (~3-4 GB savings)
- remove-android: 'true' # Remove Android tools (~2 GB savings)
- remove-haskell: 'true' # Remove Haskell (~1 GB savings)
- remove-codeql: 'true' # Remove CodeQL (~500 MB savings)
- remove-docker-images: 'false' # Prune Docker if used (~1-2 GB
savings)
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
@@ -31,21 +21,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- - name: Run Build
- id: build
- uses: gradle/gradle-build-action@v2
- env:
- GRADLE_ENTERPRISE_ACCESS_KEY: ${{
secrets.GRADLE_ENTERPRISE_ACCESS_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 }}
- with:
- arguments: build
- - name: "🚀 Publish Grails Forge UI"
- uses: apache/grails-github-actions/deploy-github-pages@asf
+ - name: Publish Grails Forge UI
+ run: ./publish.sh
env:
- GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
- GRADLE_PUBLISH_RELEASE: 'false'
- SOURCE_FOLDER: build/launch
- TARGET_REPOSITORY: 'apache/grails-website'
- TARGET_FOLDER: 'start'
- DOCUMENTATION_BRANCH: 'asf-site-production'
\ No newline at end of file
+ GITHUB_SLUG: grails/grails-forge-ui
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file