Skip to content

Commit 85829a6

Browse files
rvaggMylesBorins
authored andcommitted
build: avoid /docs/api and /docs/doc/api upload
Fixes: #12833 PR-URL: #12957 Reviewed-By: João Reis <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 47d59e7 commit 85829a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -620,9 +620,9 @@ ifeq ($(XZ), 0)
620620
endif
621621

622622
doc-upload: doc
623-
ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)"
623+
ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/"
624624
chmod -R ug=rw-x+X,o=r+X out/doc/
625-
scp -pr out/doc/ $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/
625+
scp -pr out/doc/* $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/
626626
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs.done"
627627

628628
$(TARBALL)-headers: release-only

0 commit comments

Comments
 (0)