Skip to content

Commit

Permalink
allow failures when checking links
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed Mar 23, 2024
1 parent 4357400 commit c7098e7
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: ubuntu

on: [push, pull_request]
Expand All @@ -7,14 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
rubygems: latest
- name: Install dependencies
run: bundle
- name: Build site
run: bundle exec jekyll build
- name: Run tests
run: bundle exec rake check_links
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
rubygems: latest
- name: Install dependencies
run: bundle
- name: Build site
run: bundle exec jekyll build

0 comments on commit c7098e7

Please sign in to comment.