generated from inherentlee/11ty
Compare commits
2 Commits
63895e0ac4
...
9a8ba2107b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a8ba2107b | |||
| 47b812fa98 |
@ -17,7 +17,6 @@ steps:
|
||||
- apt-get update && apt-get install -y rsync
|
||||
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git
|
||||
- cd $REPOSITORY
|
||||
- ls -al
|
||||
- git checkout main
|
||||
- git config --global --add safe.directory /drone/src/$REPOSITORY
|
||||
- git add -A
|
||||
|
||||
@ -37,7 +37,6 @@ body {
|
||||
color: var(--color-text);
|
||||
background-color: var(--color-bg);
|
||||
font-family: sans-serif;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
#content {
|
||||
|
||||
Reference in New Issue
Block a user