Skip to content

Commit 5100350

Browse files
committed
Fix GitHub Actions workflow: remove unnecessary Node.js setup
1 parent 817be0e commit 5100350

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,10 @@ jobs:
3737
ruby-version: '3.2'
3838
bundler-cache: true
3939

40-
- name: Setup Node.js
41-
uses: actions/setup-node@v4
42-
with:
43-
node-version: '18'
44-
cache: 'npm'
45-
4640
- name: Install Jekyll
4741
run: |
4842
gem install jekyll bundler
43+
cd docs
4944
bundle install
5045
5146
- name: Build documentation

0 commit comments

Comments
 (0)