fix workflow

This commit is contained in:
koneko 2025-01-08 20:30:19 +01:00
parent 3ae4c1de07
commit 368262707c

View File

@ -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