1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-15 19:14:07 +02:00

add deb_dist in release commit

This commit is contained in:
Nick Sweeting
2020-11-28 02:45:24 -05:00
parent a75af8e30e
commit d8f3aac2f1

View File

@@ -48,6 +48,7 @@ echo "${contents}" > package.json
# Push build to github
echo "[^] Pushing source to github"
git add "$REPO_DIR/docs"
git add "$REPO_DIR/deb_dist"
git add "$REPO_DIR/package.json"
git add "$REPO_DIR/package-lock.json"
git add "$REPO_DIR/archivebox.egg-info"