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