added pytest-timeout to dependendencies, and updated poetry. #1007
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 |