From 7c57bd552a3854af9bfb2a67609e148353c15d61 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Tue, 4 Jun 2024 21:25:52 -0700 Subject: [PATCH] Drop matrix strategy from action, seems responsible for a build fail. --- .github/workflows/ohm.deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ohm.deploy.yml b/.github/workflows/ohm.deploy.yml index e51ee62a..a327394a 100644 --- a/.github/workflows/ohm.deploy.yml +++ b/.github/workflows/ohm.deploy.yml @@ -12,14 +12,11 @@ jobs: pages: write contents: write runs-on: ubuntu-latest - strategy: - matrix: - node-version: ["18.x", "20.x"] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: "18.x" - run: yarn install - run: yarn build - name: Deploy to https://${{ github.actor }}.github.io/${{ github.event.repository.name }}/