From bf3fe578d11d32dbb1f0fb77cdb46c5f8204aaec Mon Sep 17 00:00:00 2001 From: Milad Vafaeifard Date: Mon, 20 May 2024 23:01:22 +0200 Subject: [PATCH] test 1 --- .github/workflows/deploy.yml | 4 ++-- package.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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/package.json b/package.json index a8a0942..6f65ac3 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,5 @@ "astro": "^4.8.6", "@astrojs/check": "^0.7.0", "typescript": "^5.4.5" - }, - "packageManager": "pnpm" + } } \ No newline at end of file