Update photon-api-docs.yml

This commit is contained in:
Sam Freund
2025-04-12 22:46:27 -05:00
committed by GitHub
parent 88a1e789ad
commit 77d5388a35

View File

@@ -3,7 +3,7 @@ name: Photon API Documentation
on:
# Run on pushes to main and pushed tags, and on pull requests against main, but ignore the docs folder
push:
branches: [ main, py-docs ]
branches: [ main ]
tags:
- 'v*'
pull_request:
@@ -105,7 +105,7 @@ jobs:
pattern: docs-*
- run: find .
- name: Publish Docs To Development
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
uses: up9cloud/action-rsync@v1.4
env:
HOST: ${{ secrets.WEBMASTER_SSH_HOST }}