small bug fix to handler to test_custom_api_keys. #1000
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 |