From b5aa73a3a53859899538111861e33d1fb2458422 Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Wed, 7 Jun 2023 22:28:07 +0200 Subject: Add typescript support (#219) * Add typescript support * Make jekyll work on docker-compose on windows --- .github/workflows/pages.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5401b7f..475999b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,6 +30,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Setup node + uses: actions/setup-node@v3 + with: + node-version: 20 + - name: Install Node deps + run: npm ci + - name: Compile typescript + run: npm run build - name: Setup Ruby uses: ruby/setup-ruby@v1 with: -- cgit v1.2.3