Skip to content

Commit

Permalink
Remove last_modified plugin config
Browse files Browse the repository at this point in the history
This no longer needed, because the pages have been changed to use the
site upload date, instead.
  • Loading branch information
JeremyMcCormick committed Oct 18, 2024
1 parent 7b18aa3 commit 3e91a72
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: sudo apt-get install -y ruby-full build-essential zlib1g-dev

- name: Install required Ruby gems
run: sudo gem install bundler jekyll jekyll-theme-cayman jekyll-last-modified-at
run: sudo gem install bundler jekyll jekyll-theme-cayman

- name: Build the schema browser site
run: jekyll build
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ init:
echo >&2 "For more information, visit: https://jekyllrb.com/docs/installation"; \
exit 1; \
}
gem install -q --silent --no-verbose jekyll bundler jekyll-theme-cayman jekyll-last-modified-at

gem install -q --silent --no-verbose jekyll bundler jekyll-theme-cayman
# Run the web server and watch for changes
run:
jekyll serve --watch
Expand Down
4 changes: 0 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
theme: jekyll-theme-cayman
plugins:
- jekyll-last-modified-at
last-modified-at:
date-format: '%B %d, %Y'

data_dir: ./yml
layouts_dir: _layouts
Expand Down

0 comments on commit 3e91a72

Please sign in to comment.