From 827fdc3b3be6d65cca2eeca48b037f760e91fcc2 Mon Sep 17 00:00:00 2001 From: Tamaghna Choudhuri Date: Wed, 27 Dec 2023 22:57:19 +0530 Subject: [PATCH] changes --- .github/workflows/vite.yml | 56 +++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/vite.yml b/.github/workflows/vite.yml index e5a6d85..f261211 100644 --- a/.github/workflows/vite.yml +++ b/.github/workflows/vite.yml @@ -1,32 +1,32 @@ -name: Vite Github Pages Deploy +# name: Vite Github Pages Deploy -on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: +# on: +# # Runs on pushes targeting the default branch +# push: +# branches: ["main"] +# # Allows you to run this workflow manually from the Actions tab +# workflow_dispatch: -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write +# # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +# permissions: +# contents: read +# pages: write +# id-token: write -concurrency: - group: "pages" - cancel-in-progress: false +# concurrency: +# group: "pages" +# cancel-in-progress: false -jobs: - # Build job - build: - runs-on: ubuntu-latest - environment: - name: demo - url: ${{ steps.deploy_to_pages.outputs.github_pages_url }} - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Vite Github Pages Deployer - uses: skywarth/vite-github-pages-deployer@master - id: deploy_to_pages +# jobs: +# # Build job +# build: +# runs-on: ubuntu-latest +# environment: +# name: demo +# url: ${{ steps.deploy_to_pages.outputs.github_pages_url }} +# steps: +# - name: Checkout +# uses: actions/checkout@v3 +# - name: Vite Github Pages Deployer +# uses: skywarth/vite-github-pages-deployer@master +# id: deploy_to_pages