We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad41cd commit b4bdf32Copy full SHA for b4bdf32
.github/workflows/jekyll.yml
@@ -46,6 +46,17 @@ jobs:
46
ruby-version: 3.3
47
bundler-cache: true
48
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
60
- name: Build site
61
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
62
env:
.jekyll-metadata
6.22 KB
0 commit comments