Skip to content

Commit 9e46784

Browse files
authored
Add LAST_SNAPSHOT_FOLDER to publish configuration
Add LAST_SNAPSHOT_FOLDER variable to publish.yml
1 parent 3a0fb69 commit 9e46784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
SOURCE_FOLDER: build/dist
4343
TARGET_REPOSITORY: 'apache/grails-website'
4444
DOCUMENTATION_BRANCH: 'asf-site-production'
45+
LAST_SNAPSHOT_FOLDER: '' # publish site to root
4546
# TODO Fix Grails Guide Publishing
4647
# - name: Publish Guides Site
4748
# run: ./publish.sh

0 commit comments

Comments
 (0)