From bdea9cdd40d5eaf3f4167df8683ebb91f4b31f7f Mon Sep 17 00:00:00 2001 From: Brendan F Date: Thu, 9 Jan 2025 00:43:41 -0500 Subject: Move build to composite action --- .github/workflows/build_website.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to '.github/workflows/build_website.yml') diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index 00f6d2d..82e3b25 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -9,16 +9,4 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Set Node.js - uses: actions/setup-node@v4 - with: - node-version: 20.x - - name: Run install - uses: borales/actions-yarn@v5 - with: - cmd: install # will run `yarn install` command - - name: Build production bundle - uses: borales/actions-yarn@v5 - with: - cmd: build + - uses: ./.github/actions/build.yml -- cgit v1.2.3