ci: Fixed pusblish script

This commit is contained in:
Edgard 2024-06-22 17:15:22 -03:00
parent 404a734a4e
commit f762052b8d
2 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e
rsync -a --delete --exclude .git --exclude .gitignore ../master/repo/ .
rsync -a --delete --exclude .git --exclude .gitignore ../main/repo/ .
git config --global user.email "aniyomi-bot@aniyomi.org"
git config --global user.name "aniyomi-bot[bot]"
git status