From 4cd6163c3f32d7026a3b015b6f34b6e35e8c2057 Mon Sep 17 00:00:00 2001 From: jpwallace22 Date: Sat, 9 Dec 2023 08:59:17 -0800 Subject: [PATCH] build: remove build --- .github/workflows/deploy-docs.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4b04ceb..61bd5cf 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -11,24 +11,6 @@ permissions: id-token: write jobs: - build: - name: Build 🛠️ - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV - - - name: 'use node ${{ env.NODE_VERSION }}' - uses: actions/setup-node@v3 - with: - node-version: '${{ env.NODE_VERSION }}' - - - name: Install dependencies - run: yarn install --frozen-lockfile - - - name: Build docs - run: yarn build - deploy: environment: name: github-pages