Compare commits

..

2 Commits

Author SHA1 Message Date
9a8ba2107b remove silly change line
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-14 11:25:16 -07:00
47b812fa98 remove debug line 2026-05-14 11:25:00 -07:00
2 changed files with 0 additions and 2 deletions

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

View File

@ -37,7 +37,6 @@ body {
color: var(--color-text); color: var(--color-text);
background-color: var(--color-bg); background-color: var(--color-bg);
font-family: sans-serif; font-family: sans-serif;
color: gray;
} }
#content { #content {