From 5f812238f6c20bcdb41eaf4b763b733bff58c38c Mon Sep 17 00:00:00 2001 From: Taiwo Omoyeni <51166816+Shunlexxi@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:13:00 +0000 Subject: [PATCH] remove Node JS --- .github/workflows/deploy.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2482f3e..f874acc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,16 +13,16 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: '14' + #- name: Setup Node.js + # uses: actions/setup-node@v2 + # with: + # node-version: '14' - - name: Install dependencies - run: npm install + # - name: Install dependencies + # run: npm install - - name: Build project - run: npm run build + # - name: Build project + # run: npm run build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3