gh-pages: Fix indentation in docs/_data/dsra.yml #42
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 for dead links | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
broken-link-checker: | |
name: Check for broken links | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check links | |
uses: ruzickap/action-my-broken-link-checker@v2 | |
with: | |
url: https://opendrr.github.io/downloads/ |