Update photon-api-docs.yml

This commit is contained in:
Sam Freund
2025-04-12 17:19:46 -05:00
committed by GitHub
parent 7c6bab1dfa
commit 6d816b5053

View File

@@ -43,7 +43,7 @@ jobs:
path: photon-client/dist/
run_java_cpp_docs:
name: Build API Docs For Java and C++
name: Build Java and C++ API Docs
runs-on: "ubuntu-22.04"
steps:
- name: Checkout code
@@ -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 }}