This commit is contained in:
Garry Ing 2021-03-10 22:37:19 -05:00
parent 1b95e9a8df
commit b6283352d2
No known key found for this signature in database
GPG Key ID: 3B379B1F2193CC3E
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
- main - main
jobs: jobs:
test: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -59,6 +59,8 @@ GEM
mercenary (0.4.0) mercenary (0.4.0)
nokogiri (1.11.1-x86_64-darwin) nokogiri (1.11.1-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.4) nokogumbo (2.0.4)
nokogiri (~> 1.8, >= 1.8.4) nokogiri (~> 1.8, >= 1.8.4)
parallel (1.20.1) parallel (1.20.1)
@ -86,6 +88,7 @@ GEM
PLATFORMS PLATFORMS
x86_64-darwin-19 x86_64-darwin-19
x86_64-linux
DEPENDENCIES DEPENDENCIES
html-proofer (~> 3.18) html-proofer (~> 3.18)