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 02d268d414b Delete .github/workflows/publish_staging.yml
02d268d414b is described below
commit 02d268d414b8dfcc920adfc885ec6fb1bf087dee
Author: James Fredley <[email protected]>
AuthorDate: Thu Oct 9 20:03:10 2025 -0400
Delete .github/workflows/publish_staging.yml
With everything consolidated to grails-website, we no longer have a staging
area with all of the consolidated contents
---
.github/workflows/publish_staging.yml | 42 -----------------------------------
1 file changed, 42 deletions(-)
diff --git a/.github/workflows/publish_staging.yml
b/.github/workflows/publish_staging.yml
deleted file mode 100644
index e1f24727058..00000000000
--- a/.github/workflows/publish_staging.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-name: Publish Staging Site
-on:
- pull_request:
- branches:
- - master
- workflow_dispatch:
-jobs:
- build:
- permissions:
- contents: write
- if: github.repository == 'apache/grails-static-website'
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - uses: actions/cache@v4
- with:
- path: ~/.gradle/caches
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
- restore-keys: |
- ${{ runner.os }}-gradle-
- - name: Set up JDK
- uses: actions/setup-java@v4
- with:
- distribution: liberica
- java-version: '11'
- - name: Setup Gradle
- uses: gradle/actions/setup-gradle@v4
- with:
- develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
- - name: Publish Main Site to https://grails.staged.apache.org/
- if: github.repository_owner == 'apache'
- run: ./publish.sh
- env:
- GITHUB_SLUG: apache/grails-static-website
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- GH_BRANCH: asf-site-staging
- # 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