Skip to content

Commit 1b1fcd5

Browse files
committed
fix(GUIDEFRAME-51): removed inert workflow
Signed-off-by: Pat O'Connor <paoconno@redhat.com>
1 parent f5044c3 commit 1b1fcd5

File tree

3 files changed

+7
-27
lines changed

3 files changed

+7
-27
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/pages.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
ruby-version: '3.3' # Not needed with a .ruby-version file
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3939
cache-version: 0 # Increment this number if you need to re-download cached gems
40+
- name: Install dependencies
41+
run: |
42+
bundle install
43+
working-directory: docs
4044
- name: Setup Pages
4145
id: pages
4246
uses: actions/configure-pages@v5

docs/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
4-
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
4+
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

6-
gem "just-the-docs", "0.10.1" # pinned to the current release
7-
# gem "just-the-docs" # always download the latest release
6+
# gem "just-the-docs", "0.10.1" # pinned to the current release
7+
gem "just-the-docs" # always download the latest release

0 commit comments

Comments
 (0)