Skip to content

Commit

Permalink
update main yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sam9111 committed May 12, 2023
1 parent 76b7c99 commit df4be96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ jobs:
steps:
- name: Markdown Accessibility
uses: sam9111/markdown-accessibility-helper@main
with:
azure_key: ${{ secrets.AZURE_KEY }}
azure_endpoint: ${{ secrets.AZURE_ENDPOINT }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
# Azure Computer Vision Resource Endpoint (optional)
azure_endpoint: ${{ secrets.AZURE_ENDPOINT }}
# Language to use for alt text generation with Azure Computer Vision Resource (optional)
language: "en"
language: 'en'|'es'|'ja'|'pt'|'zh'
```
2 changes: 1 addition & 1 deletion test.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Image from the web:

![puppy in a bowl on the grass](https://images.pexels.com/photos/39317/chihuahua-dog-puppy-cute-39317.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2)
![](https://images.pexels.com/photos/39317/chihuahua-dog-puppy-cute-39317.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2)

Image from the repo:

Expand Down

0 comments on commit df4be96

Please sign in to comment.