fix workflow
This commit is contained in:
parent
3ae4c1de07
commit
368262707c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user