From ba39c0fcfc4a485b6b0d74de9b0443703f014ec1 Mon Sep 17 00:00:00 2001 From: Steven <18359644+stevenhuyn@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:39:34 -0700 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1865a6e..6330304 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,30 +1,30 @@ -name: Build and Deploy +# name: Build and Deploy -on: - push: - branches: - - main +# on: +# push: +# branches: +# - main -permissions: - contents: write +# permissions: +# contents: write -jobs: - # Single deploy job since we're just deploying - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 +# jobs: +# # Single deploy job since we're just deploying +# deploy: +# environment: +# name: github-pages +# url: ${{ steps.deployment.outputs.page_url }} +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@v3 - - name: Install and Build - run: | - npm ci - npm run build +# - name: Install and Build +# run: | +# npm ci +# npm run build - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 - with: - folder: dist +# - name: Deploy 🚀 +# uses: JamesIves/github-pages-deploy-action@v4 +# with: +# folder: dist