Skip to content

Commit ac2dde2

Browse files
committed
for now don't worry about 404 errors
1 parent 97ebccc commit ac2dde2

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/html-proofer.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: HTMLProofer
1+
name: Checks
22

33
on:
44
pull_request:
@@ -15,16 +15,8 @@ jobs:
1515
with:
1616
bundler-cache: true # Runs bundle install and caches gems
1717

18-
- name: Cache HTMLProofer results
19-
uses: actions/cache@v3
20-
with:
21-
path: tmp/.htmlproofer
22-
key: ${{ runner.os }}-htmlproofer-${{ github.head_ref || github.run_id }}
23-
restore-keys: |
24-
${{ runner.os }}-htmlproofer-
25-
2618
- name: Build Jekyll site
2719
run: bundle exec jekyll build
2820

2921
- name: Run HTMLProofer
30-
run: bundle exec htmlproofer ./_site --allow-hash-href --ignore-urls "/f-droid.org/"
22+
run: bundle exec htmlproofer --allow-hash-href=true --ignore-status-codes=404 ./_site

0 commit comments

Comments
 (0)