Skip to content

Commit cbf4d8c

Browse files
committed
Publish snapshot docs
1 parent b453b63 commit cbf4d8c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,12 @@ jobs:
8787
../gradlew publish
8888
--no-build-cache
8989
--rerun-tasks
90+
- name: "📜 Generate Documentation"
91+
if: success()
92+
run: ./gradlew docs
93+
- name: "🚀 Publish to Github Pages"
94+
if: success()
95+
uses: apache/grails-github-actions/deploy-github-pages@asf
96+
env:
97+
GRADLE_PUBLISH_RELEASE: 'false'
98+
SOURCE_FOLDER: build/docs

0 commit comments

Comments
 (0)