Another archive fix.

This commit is contained in:
mtail 2019-11-14 15:27:59 -08:00
parent c2ee73a0c8
commit f77da7e8f3
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ sed -i 's/archive_landing: false/archive_landing: true/g' data/args.yml
# Grab the state
cp "${TMP}/archives.yml" data
scripts/build_site.sh
scripts/gen_site.sh "$1"
scripts/gen_site.sh
scripts/build_site.sh "$1"
mv public/* "${TMP}/archive"
rm -fr public