mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 10:16:50 +02:00
use git correctly
This commit is contained in:
parent
e6a3487721
commit
29fb096215
1 changed files with 1 additions and 1 deletions
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
|
@ -42,4 +42,4 @@ jobs:
|
|||
- name: Commit and push
|
||||
env:
|
||||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
||||
run: cd website && git commit -m "Update to ${{ github.sha }}" && git push
|
||||
run: cd website && git add . && git commit -m "Update to ${{ github.sha }}" && git push
|
||||
|
|
Loading…
Add table
Reference in a new issue