mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Fix GH Pages Build
This commit is contained in:
parent
0e62a22bd3
commit
e014f0fac1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -122,7 +122,7 @@ jobs:
|
|||
git checkout gh-pages
|
||||
touch README.md
|
||||
git add README.md
|
||||
git commit --allow-empty "Trigger rebuild for v${{ steps.extract_version.outputs.version }}"
|
||||
git commit -m "Trigger rebuild for v${{ steps.extract_version.outputs.version }}"
|
||||
git push origin gh-pages
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue