We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c9cfc commit 94fb189Copy full SHA for 94fb189
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
id: docs_target
79
with:
80
cond: ${{ github.repository == 'grails/grails-doc' }}
81
- if_true: 'grails/grails-doc'
+ if_true: 'grails/legacy-grails-doc'
82
if_false: ${{ github.repository }}
83
- name: Publish to Github Pages
84
if: success()
0 commit comments