From 3d75328466f5f81f4a9abc4b03c98bf35e40ae17 Mon Sep 17 00:00:00 2001 From: cu8code Date: Thu, 18 Apr 2024 01:21:46 +0530 Subject: [PATCH] change workflow and setup --- .github/workflows/deploy.yml | 4 ++-- README.md => _README.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename README.md => _README.md (100%) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 252a914..2596b4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,10 +22,10 @@ jobs: uses: actions/checkout@v4 - name: Install, build, and upload your site uses: withastro/action@v2 - # with: + with: # path: . # The root location of your Astro project inside the repository. (optional) # node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) - # package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) + package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) deploy: needs: build diff --git a/README.md b/_README.md similarity index 100% rename from README.md rename to _README.md