From 04df18df9b81f5d584909ccb7e97c758fabf099a Mon Sep 17 00:00:00 2001 From: Evan Date: Sun, 16 Jun 2024 22:23:56 +0900 Subject: [PATCH] update deploy yaml --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb1f542..81ff8a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,9 @@ jobs: - name: Install, build, and upload your site uses: withastro/action@v2 with: - package-manager: pnpm@9.0.6 + package-manager: pnpm@latest + - name: Create .nojekyll file + run: touch dist/.nojekyll # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) # with: # path: . # The root location of your Astro project inside the repository. (optional)