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 4df67300aa2 Remove website build step already covered in publish step
4df67300aa2 is described below

commit 4df67300aa20ca27458dcc507cd44dcc9e9be497
Author: James Fredley <[email protected]>
AuthorDate: Mon Oct 6 18:17:22 2025 -0400

    Remove website build step already covered in publish step
    
    Removed the build step for the website from the workflow.
---
 .github/workflows/publish.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ff395a951f9..b4376fc419d 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -29,11 +29,6 @@ jobs:
         uses: gradle/actions/setup-gradle@v4
         with:
           develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
-      - name: "🔨 Build Website"
-        env:
-          GRAILS_WS_URL: https://grails.apache.org
-        run: >
-          ./gradlew clean build
       - name: Publish Main Site
         run: ./publish.sh
         env:

Reply via email to