This commit is contained in:
parent
0bd564c2ab
commit
8d6b84042b
26 changed files with 193 additions and 695 deletions
|
|
@ -19,8 +19,8 @@ jobs:
|
|||
|
||||
- name: download buttons
|
||||
run: |
|
||||
chmod +x /workspace/sd/site/.forgejo/buttons.sh
|
||||
bash -c "/workspace/sd/site/.forgejo/buttons.sh"
|
||||
chmod +x ${GITHUB_WORKSPACE}/.forgejo/buttons.sh
|
||||
bash -c "${GITHUB_WORKSPACE}/.forgejo/buttons.sh"
|
||||
|
||||
- name: push updated buttons
|
||||
id: github-push
|
||||
|
|
@ -28,4 +28,4 @@ jobs:
|
|||
git config pull.rebase true
|
||||
git add .
|
||||
git diff-index --quiet HEAD || git commit -m "beep~! (updated buttons)"
|
||||
git push
|
||||
git push
|
||||
Loading…
Add table
Add a link
Reference in a new issue