docs path updated (#236) #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync docs to docs hub | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- "docs/**" | ||
jobs: | ||
sync: | ||
uses: Healthlane-Technologies/zelthy-ci-cd-workflows/.github/workflows/sync-docs-to-docs-hub.yml@v5 | ||
Check failure on line 12 in .github/workflows/sync-docs-to-docs-hub.yml GitHub Actions / .github/workflows/sync-docs-to-docs-hub.ymlInvalid workflow file
|
||
with: | ||
source-directory: "docs" | ||
target-directory: "all_docs/zelthy3" | ||
destination-github-username: "Healthlane-Technologies" | ||
destination-repository-name: "zelthy3-docs-hub" | ||
commit-message: "Sync zcore package docs" | ||
target-branch: staging | ||
secrets: inherit |