Skip to content

Commit 77dfa2b

Browse files
rvaggjasnell
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 6d5ca4f commit 77dfa2b

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
@@ -754,9 +754,9 @@ ifeq ($(XZ), 0)
754754
endif
755755

756756
doc-upload: doc
757-
ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)"
757+
ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/"
758758
chmod -R ug=rw-x+X,o=r+X out/doc/
759-
scp -pr out/doc/ $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/
759+
scp -pr out/doc/* $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/
760760
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs.done"
761761

762762
$(TARBALL)-headers: release-only

0 commit comments

Comments
 (0)