From 3059558d41690bb0bc70abd65ac42577019a8072 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 24 Jan 2020 14:24:27 -0500 Subject: fix cargo-publish-on-tag (#3781) Also rename the "test" CI worker to "test_release" --- tools/upload_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/upload_docs.py') diff --git a/tools/upload_docs.py b/tools/upload_docs.py index b37ab4e96..70605dd4a 100755 --- a/tools/upload_docs.py +++ b/tools/upload_docs.py @@ -9,5 +9,5 @@ run([sys.executable, "tools/docs.py"]) os.chdir("target") run([ "aws", "s3", "sync", "--include=typedoc", "--exclude=debug/*", - "--exclude=release/*", ".", "s3://deno.land/" + "--exclude=package/*", "--exclude=release/*", ".", "s3://deno.land/" ]) -- cgit v1.2.3