mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 15:14:35 +00:00
Provide more detailed commit messages in the pushes to the www repo
This commit is contained in:
parent
710ce2b4ed
commit
3323aa08b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yaml
vendored
2
.github/workflows/rust.yaml
vendored
|
@ -104,5 +104,5 @@ jobs:
|
||||||
cp -a ../examples/printerdemo/wasm/dist/* demos/printerdemo
|
cp -a ../examples/printerdemo/wasm/dist/* demos/printerdemo
|
||||||
git add demos
|
git add demos
|
||||||
git add -u demos
|
git add -u demos
|
||||||
git commit --message "Update $NAME from $GITHUB_REPOSITORY"
|
git commit --message "Update $NAME from $GITHUB_REPOSITORY" --message "Pull web demos from commit $GITHUB_SHA ($GITHUB_REF)"
|
||||||
git push origin master
|
git push origin master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue