lucperkins closed pull request #2823: Update Git submodule URL for GitHub pages
branch
URL: https://github.com/apache/incubator-heron/pull/2823
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.gitmodules b/.gitmodules
index 834721ba53..7e4f6ea3bb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
[submodule "website/public"]
path = website/public
- url = https://github.com/twitter/heron.git
+ url = https://github.com/apache/incubator-heron.git
branch = gh-pages
diff --git a/website/Makefile b/website/Makefile
index 2fa4efb394..d80241cc95 100755
--- a/website/Makefile
+++ b/website/Makefile
@@ -5,7 +5,7 @@ setup:
scripts/setup.sh
clean:
- rm -rf public/* static/api static/style.css static/style*.css
node_modules
+ rm -rf public/* static/api static/style.css static/style*.css
serve:
@hugo serve --buildDrafts
diff --git a/website/public b/website/public
index 979bbc3522..cf8e641f24 160000
--- a/website/public
+++ b/website/public
@@ -1 +1 @@
-Subproject commit 979bbc3522fdd97ba441e925381d3ec67493ce1f
+Subproject commit cf8e641f24b314a4ad34eae03093a0ac6b317e42
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services