Skip to content

Commit

Permalink
Add scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Jul 2, 2024
1 parent 1014b3a commit 63b3214
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check_markdown_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Check for broken links (internal)
run: python check_md_links.py --path ./docs
run: python ./scripts/check_md_links.py --path ./docs

- name: Check for broken links (external)
run: |
pip install mkdocs-linkcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format_external_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.x'

- name: Run Link Formatter Script
run: python format_external_links.py --path ./docs
run: python ./scripts/format_external_links.py --path ./docs

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 63b3214

Please sign in to comment.