Skip to content

Commit bbd0ab3

Browse files
authored
Merge pull request #791 from peternewman/patch-3
Try and fix the HTML proofer
2 parents b37957e + a2f0e09 commit bbd0ab3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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

1209/2019/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: 2019
2+
layout: pid
33
title: PunchBOOT
44
owner: jop
55
license: BSD-3

1209/80A0/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: pid
33
title: ATMega-Z80 - an 8 bit hobby computer
44
owner: SyMat
5-
license: Open source, permissive licenses. Software: BSD-3, Hardware: CERN-OHL-P.
5+
license: "Open source, permissive licenses. Software: BSD-3, Hardware: CERN-OHL-P."
66
site: https://github.com/symat/atmega-z80
77
source: https://github.com/symat/atmega-z80
88
---
9-
An open source hobby computer based on Z80 CPU and an ATMega MCU used for IO controller and other tasks. Check it out! ;)
9+
An open source hobby computer based on Z80 CPU and an ATMega MCU used for IO controller and other tasks. Check it out! ;)

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ share_stumbleupon: false
4545

4646
# Build settings
4747
exclude: [vendor]
48-
gems:
48+
plugins:
4949
- jekyll-paginate
5050
liquid:
5151
error_mode: strict

org/jop/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: jop
2+
layout: org
33
title: Jonas Persson
44
site: https://github.com/jonpe960
55
---

0 commit comments

Comments
 (0)