diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-01-26 08:55:42 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-01-26 08:55:42 -0500 |
commit | 4ec0f6f33518c9af7f0f3eb7c1a8cc62ba34ae64 (patch) | |
tree | 44cec2a30746eab79ac1c92e4d20fa5b0bd251c8 | |
parent | a8accf50686d1195c571082c587fbbab5ecf1961 (diff) |
Fix tag feeds not being published.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ publish: - rsync -P -rvz --delete site/ publish@dthompson.us:/var/www/blog --cvs-exclude + rsync -P -rvz --delete site/ publish@dthompson.us:/var/www/blog |