Skip to content

Commit d4325b8

Browse files
committed
Add Node.js and Wrangler installation steps to GitHub Actions workflow
Signed-off-by: DavidOsipov <[email protected]>
1 parent 80bc8df commit d4325b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
bundle exec jekyll build
4040
working-directory: site
4141

42+
- name: Install Node.js
43+
uses: actions/setup-node@v3
44+
with:
45+
node-version: 20.19.0
46+
47+
- name: Install Wrangler
48+
run: npm install -g [email protected]
49+
4250
- name: Publish
4351
uses: cloudflare/[email protected]
4452
with:

0 commit comments

Comments
 (0)