mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
workflows: doc: Do not error on nothing to commit
Not always there are changes to the documentation
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git add doc/clapper/* doc/clapper-gtk/*
|
git add doc/clapper/* doc/clapper-gtk/*
|
||||||
git commit -m "doc: Update"
|
git commit -m "doc: Update" || true
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
if: ${{ success() && github.ref == 'refs/heads/master' }}
|
if: ${{ success() && github.ref == 'refs/heads/master' }}
|
||||||
|
Reference in New Issue
Block a user