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 3a0fb69f0c2 Fix SOURCE_FOLDER path in publish.yml
3a0fb69f0c2 is described below
commit 3a0fb69f0c2b193aa1ffd91dafbb722cb28c429c
Author: James Fredley <[email protected]>
AuthorDate: Wed Sep 24 16:02:59 2025 -0400
Fix SOURCE_FOLDER path in publish.yml
---
.github/workflows/publish.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 1bb40016fb9..0ca7a39afac 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
GRADLE_PUBLISH_RELEASE: 'false'
- SOURCE_FOLDER: /build/dist
+ SOURCE_FOLDER: build/dist
TARGET_REPOSITORY: 'apache/grails-website'
DOCUMENTATION_BRANCH: 'asf-site-production'
# TODO Fix Grails Guide Publishing