Skip to content

Commit

Permalink
Update ci.yml workflow error, node version change
Browse files Browse the repository at this point in the history
  • Loading branch information
madsh0402 authored Jul 18, 2024
1 parent 7bb9688 commit e7eb2da
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
name: Beautiful Jekyll CI

on: [push, pull_request]

jobs:
build:
name: Build Jekyll
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Build the site in the jekyll/builder container
run: |
export JEKYLL_VERSION=3.8
Expand Down

0 comments on commit e7eb2da

Please sign in to comment.