redone fediverse page
All checks were successful
/ build (push) Successful in 4m44s

This commit is contained in:
Ruben 2025-10-27 18:21:34 -05:00
commit 8d6b84042b
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
26 changed files with 193 additions and 695 deletions

View file

@ -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