Remove dry-run setting

This commit is contained in:
Phillip Webb 2024-03-27 11:23:28 -07:00
parent 9a3f612575
commit 8185ff0f25

View File

@ -38,7 +38,6 @@ jobs:
- name: Sync Documentation
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.15
with:
dry-run: true
docs-username: ${{ secrets.DOCS_USERNAME }}
docs-host: ${{ secrets.DOCS_HOST }}
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}