diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2274f07c6bc0a6a9f720faaf61d5b3fcab3dee47..0ca20fc8846e802f9f445e352526bffdd517a38b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ pages: stage: deploy script: - - bundle exec jekyll build -d public # Use `bundle exec` to ensure the command runs within Bundler's context + - jekyll build -d public # Use `bundle exec` to ensure the command runs within Bundler's context - echo "The site will be deployed to $CI_PAGES_URL" artifacts: paths: diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 3aec09be802263fb2b155ec9ab08579dc47b3479..0000000000000000000000000000000000000000 --- a/Gemfile +++ /dev/null @@ -1,7 +0,0 @@ -source 'https://rubygems.org' - -gem "jekyll", "~> 4.3.3" # 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