add repo avatar; keep it out of the published tree
All checks were successful
Deploy content to live site / deploy (push) Successful in 2s
All checks were successful
Deploy content to live site / deploy (push) Successful in 2s
avatar.png is the Forgejo repo avatar (290x290), not site content. Adding it to the deploy rsync excludes so it doesn't surface at https://zddc.varasys.io/avatar.png. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a0815ced5d
commit
9a7a5cfe88
2 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ jobs:
|
||||||
--exclude='/.forgejo*' \
|
--exclude='/.forgejo*' \
|
||||||
--exclude='/README.md' \
|
--exclude='/README.md' \
|
||||||
--exclude='/LICENSE' \
|
--exclude='/LICENSE' \
|
||||||
|
--exclude='/avatar.png' \
|
||||||
"$GITHUB_WORKSPACE/" /srv/zddc/
|
"$GITHUB_WORKSPACE/" /srv/zddc/
|
||||||
|
|
||||||
- name: Verify
|
- name: Verify
|
||||||
|
|
|
||||||
BIN
avatar.png
Normal file
BIN
avatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9 KiB |
Loading…
Reference in a new issue