From 3ca0476898c8ed7fecfeca3747a02ec2f913162c Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 13 Jun 2025 23:43:36 +0900 Subject: [PATCH] fix --- .github/workflows/cloudflare-pages.yml | 1 + .gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index 0fe4771..710d4f4 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -9,6 +9,7 @@ on: jobs: deploy: runs-on: ubuntu-latest + environment: production permissions: contents: read deployments: write diff --git a/.gitignore b/.gitignore index 1aaeb58..a377930 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,6 @@ cloudflare-config.yml my-blog/public/ dist -package-lock.json +# package-lock.json node_modules +*.lock