Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Add actions/checkout with gh-pages to periodic-broken-link-checks.yml (
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap authored Sep 8, 2020
1 parent 49dd82f commit e9bd358
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/periodic-broken-link-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
broken-link-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: gh-pages

- name: Broken link checker
env:
EXCLUDE: |
Expand Down

0 comments on commit e9bd358

Please sign in to comment.