Skip to content

Commit b4bdf32

Browse files
committed
update to include js in build
1 parent 6ad41cd commit b4bdf32

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ jobs:
4646
ruby-version: 3.3
4747
bundler-cache: true
4848

49+
- name: Setup Node
50+
uses: actions/setup-node@v4
51+
with:
52+
node-version: 20
53+
54+
- name: Install Node dependencies
55+
run: npm ci
56+
57+
- name: Build JavaScript
58+
run: npm run build
59+
4960
- name: Build site
5061
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
5162
env:

.jekyll-metadata

6.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)