diff --git a/Makefile b/Makefile index 2c32f96de4..3fbc8a9d25 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GH_SOURCE_BRANCH = develop # Repository branch that contains the rendered HTML GH_PUBLISH_BRANCH = gh-pages # Repository that contains the rendered HTML -GH_UPSTREAM_URL = https://github.com/svalinn/DAGMC +GH_UPSTREAM_URL = git@github.com:svalinn/DAGMC # Directory that contains the rendered HTML BUILDDIR = gh-build # Sphinx executable diff --git a/doc/CHANGELOG.rst b/doc/CHANGELOG.rst index f967d3c2d3..ec036b74dc 100644 --- a/doc/CHANGELOG.rst +++ b/doc/CHANGELOG.rst @@ -11,6 +11,7 @@ Next version * Using multi stage Dockerfile to reduce the number of Dockerfile (#813) * Correction to CMake variable name in OpenMC install instructions (#817) + * Updating documentation publishing URL (#823) v3.2.2