Skip to content

Commit 184a768

Browse files
Update jekyll.yml
1 parent b57cc78 commit 184a768

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/jekyll.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ jobs:
3939
ruby-version: '3.3' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4141
cache-version: 0 # Increment this number if you need to re-download cached gems
42-
- name: Setup Node
43-
uses: actions/setup-node@v4
44-
with:
45-
node-version: '20'
46-
- name: Install Node dependencies
47-
run: npm ci
48-
- name: Lint CSS
49-
run: npm run lint:css
5042
- name: Setup Pages
5143
id: pages
5244
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)