Skip to content

Commit

Permalink
update redirect checker
Browse files Browse the repository at this point in the history
  • Loading branch information
uvidyadharan committed Aug 3, 2024
1 parent f749fb3 commit 30664ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,15 @@ jobs:
- name: image-check
run: make -C docs/ imagecheck

check-rename:
check-redirect:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Fetch origin/main
run: git fetch origin main --depth=1

- name: Python Setup
uses: actions/setup-python@v4
with:
Expand All @@ -144,5 +147,5 @@ jobs:
- name: Python Install Dependencies
run: pip install -r docs/requirements.txt

- name: check-rename
- name: check-redirect
run: make -C docs/ rediraffecheckdiff

0 comments on commit 30664ec

Please sign in to comment.