From 368262707c010f63a8ff91cfaa2c5b97be113ed0 Mon Sep 17 00:00:00 2001 From: koneko <67551503+koneko@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:30:19 +0100 Subject: [PATCH] fix workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72f5ab0..4b90def 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: npm run build # Adjust to your build command - name: Save commit id to file - run: echo "$(git rev-parse --short HEAD)" >> dist/latest_commit + run: echo "$(git rev-parse --short HEAD)" > dist/latest_commit # Step 4: Deploy to GitHub Pages - name: Deploy to GitHub Pages