feat: use forgejo color #1

Closed
cst1 wants to merge 5 commits from (deleted):forgejo_color into main
Showing only changes of commit 4c430b9eed - Show all commits

View file

@ -15,7 +15,7 @@ jobs:
- name: Pushing site to pages branch
run: |
git switch -C pages
find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'result' -exec rm -rf {} +
find . -mindepth 1 -maxdepth 1 ! -name '.domains' ! -name '.git' ! -name 'result' -exec rm -rf {} +
ls -a
cp -r result/* .
rm result