Skip to content

Commit

Permalink
Build: Update to jekyll-theme-amethyst 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Oct 13, 2023
1 parent 2188745 commit 552ad59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/spider-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

- name: Install hydra
uses: actions/checkout@v3
with:
repository: jquery/hydra-link-checker
ref: v2.0.0
path: hydra

- name: Run hydra-link-checker
run: python3 hydra/hydra.py "$MY_SITE" --config build/hydra-config.json
run: |
curl -O https://raw.githubusercontent.com/jquery/hydra-link-checker/v2.0.0/hydra.py
python3 hydra.py "$MY_SITE" --config build/hydra-config.json
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source "https://rubygems.org"
ruby RUBY_VERSION

# To apply changes, run `bundle update`.
gem "jekyll-theme-amethyst", "0.5.5", group: :jekyll_plugins
gem "jekyll-theme-amethyst", "0.5.6", group: :jekyll_plugins

0 comments on commit 552ad59

Please sign in to comment.