remove debug line

This commit is contained in:
2026-05-14 11:25:00 -07:00
parent 63895e0ac4
commit 47b812fa98

View File

@ -17,7 +17,6 @@ steps:
- apt-get update && apt-get install -y rsync - apt-get update && apt-get install -y rsync
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git - rsync -uavh _site/ $REPOSITORY --delete --exclude .git
- cd $REPOSITORY - cd $REPOSITORY
- ls -al
- git checkout main - git checkout main
- git config --global --add safe.directory /drone/src/$REPOSITORY - git config --global --add safe.directory /drone/src/$REPOSITORY
- git add -A - git add -A