From 31f9af72175a0bc3fc902539feb532cfb952a201 Mon Sep 17 00:00:00 2001 From: supertanuki Date: Fri, 20 Dec 2024 09:48:46 +0100 Subject: [PATCH] Deploy --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eea8cc2a..eca34f5d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,9 @@ jobs: matrix: node-version: ['20'] + permissions: + contents: write + steps: - uses: actions/checkout@v4 @@ -26,7 +29,7 @@ jobs: run: npm ci - name: Run npm build - run: npm run build + run: npm run build:prod - name: Deploy uses: peaceiris/actions-gh-pages@v3