Skip to content

Commit

Permalink
dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Sep 18, 2024
1 parent 58d8e60 commit abe868d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: |
bundle install

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -23,6 +20,11 @@ jobs:
bundler-cache: true
cache-version: 0


- name: Install dependencies
run: |
bundle install
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: |
Expand Down

0 comments on commit abe868d

Please sign in to comment.