publish release docs

This commit is contained in:
Sam Freund
2025-05-09 11:04:26 -05:00
committed by GitHub
parent cf68403182
commit 50adef1672

View File

@@ -113,7 +113,7 @@ jobs:
KEY: ${{secrets.WEBMASTER_SSH_KEY}}
TARGET: /var/www/html/photonvision-docs/development/
- name: Publish Docs To Release
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
uses: up9cloud/action-rsync@v1.4
env:
HOST: ${{ secrets.WEBMASTER_SSH_HOST }}