Add IMGPROXY_BASE64_URL_INCLUDES_FILENAME docs #62
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: Check links | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "*.md" | |
- "**/*.md" | |
- "*.mdx" | |
- "**/*.mdx" | |
pull_request: | |
paths: | |
- "*.md" | |
- "**/*.md" | |
- "*.mdx" | |
- "**/*.mdx" | |
jobs: | |
lychee: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Link Checker | |
id: lychee | |
uses: lycheeverse/[email protected] | |
env: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | |
with: | |
args: docs README.md --exclude localhost --exclude x.com --exclude twitter.com -v |