From c2c1973382e0c013628d951f0e8a05b21eaa5ba1 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Mon, 13 Nov 2017 20:27:06 -0800 Subject: Remove deploy.sh This script is a remnant from when generating docs was part of the publishing process. With docs.rs generating docs for all packages, this is no longer necessary. Additionally this script has been incorrect for a long time since nix moved from carllerche/nix to nix-rust/nix. --- deploy.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 deploy.sh (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh deleted file mode 100644 index 78f4769d..00000000 --- a/deploy.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -rev=$(git rev-parse --short HEAD) - -cd target/doc - -git init -git config user.name "Carl Lerche" -git config user.email "me@carllerche.com" - -git remote add upstream "https://$GH_TOKEN@github.com/carllerche/nix-rust" -git fetch upstream && git reset upstream/gh-pages - -touch . - -git add -A . -git commit -m "rebuild pages at ${rev}" -git push -q upstream HEAD:gh-pages -- cgit v1.2.3