Skip to content

Commit

Permalink
Merge pull request #14 from s4b7r/fix-local-test-setup
Browse files Browse the repository at this point in the history
Fix local setup for test-serving just-the-docs pages
  • Loading branch information
schaarj authored Jan 26, 2024
2 parents c906879 + baa6110 commit 8959f05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 90 deletions.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jekyll/jekyll:latest
COPY Gemfile Gemfile.lock /srv/jekyll/
COPY Gemfile /srv/jekyll/
RUN bundle install
CMD bundle exec jekyll serve
10 changes: 6 additions & 4 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
source 'https://rubygems.org'

gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
gem "github-pages", group: :jekyll_plugins # compatibility to GitHub Pages - if used, no explicit jekyll gem needed
# gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

# gem "just-the-docs", "0.7.0" # pinned to the current release
gem "just-the-docs" # always download the latest release

gem "just-the-docs", "0.7.0" # pinned to the current release
# gem "just-the-docs" # always download the latest release
85 changes: 0 additions & 85 deletions docs/Gemfile.lock

This file was deleted.

0 comments on commit 8959f05

Please sign in to comment.