Skip to content

Commit 5fdd3dc

Browse files
authored
Try and fix the HTML proofer
1 parent b37957e commit 5fdd3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/htmlproofer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
HTMLPROOFER_OPTIONS: './_site --internal-domains=pid.codes --check-html --check-opengraph --report-missing-names --log-level=:debug --url-ignore /www.andreas.org/,/www.kbles.ru/,/github.com\/KK2345\/TinyPassword$/,/github.com\/KK2345\/TinyPassword\/blob\/master\/README.md/,/www.oshec.org/,/github.com\/xuio\/Cynteract$/,/github.com\/mattomatto\/craft$/,/triparts.strikingly.com$/,/facebook.com/varioskybean$/'
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions/setup-ruby@v1
11+
- uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: '2.6'
1414
- uses: actions/cache@v2

0 commit comments

Comments
 (0)