Skip to content

Commit 3a0fb69

Browse files
authored
Fix SOURCE_FOLDER path in publish.yml
1 parent dfe4090 commit 3a0fb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }}
4141
GRADLE_PUBLISH_RELEASE: 'false'
42-
SOURCE_FOLDER: /build/dist
42+
SOURCE_FOLDER: build/dist
4343
TARGET_REPOSITORY: 'apache/grails-website'
4444
DOCUMENTATION_BRANCH: 'asf-site-production'
4545
# TODO Fix Grails Guide Publishing

0 commit comments

Comments
 (0)