updated _handle_cache to correctly deal with parents and children wit… #994
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: Publish docs | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
contents: write | |
jobs: | |
publish-docs: | |
name: Update docs | |
uses: unifyai/workflows/.github/workflows/publish-docs.yml@main | |
secrets: inherit |