mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Fix Update GH Pages
This commit is contained in:
parent
40286fce85
commit
0e62a22bd3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -120,6 +120,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# Create a dummy commit to trigger rebuild
|
# Create a dummy commit to trigger rebuild
|
||||||
git checkout gh-pages
|
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 --allow-empty "Trigger rebuild for v${{ steps.extract_version.outputs.version }}"
|
||||||
git push origin gh-pages
|
git push origin gh-pages
|
||||||
|
|
||||||
|
@ -130,6 +132,6 @@ jobs:
|
||||||
# [x] name of release
|
# [x] name of release
|
||||||
# [x] version tag
|
# [x] version tag
|
||||||
# [x] change log (?) (release-drafter action)
|
# [x] change log (?) (release-drafter action)
|
||||||
# [ ] update gh-pages automatically (?)
|
# [x] update gh-pages automatically (?)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue