[Fix] Amazon Bedrock Runtime: Fix bug that occurs when using Llama3 70B Instruct #14735
Workflow file for this run
This file contains hidden or 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: Validate Documentation Metadata | |
| on: # yamllint disable-line rule:truthy | |
| workflow_dispatch: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| validate-doc-metadata: | |
| name: Validate Doc Metadata | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout repo content | |
| uses: actions/checkout@v4 | |
| - name: validate metadata | |
| uses: awsdocs/aws-doc-sdk-examples-tools@2024-09-25-A | |
| with: | |
| doc_gen_only: "False" | |
| strict_titles: "True" |