From d2f13f794067fa28c3cf7eb02ebf3b3becf68f65 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 24 Jan 2024 12:51:09 -0500 Subject: [PATCH] Update ci.yml tweak --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a34ea45..ad7c8af3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,3 @@ jobs: registry-url: https://registry.npmjs.org/ cache: npm - - name: Install dependencies - run: npm install - - - name: Build and test - run: npm run build - - - name: Deploy to GitHub Pages - run: npm run deploy -- -m "Update GitHub Pages"