From 8096d996c40e28dc4fa51a327bc63c991d571837 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 4 Aug 2020 08:14:09 +0200 Subject: [PATCH] Fix path to docs in Travis CI Replace space (not backslash) with underscore in the path. Documentation for "latest coastal" and "lastest ocean" is being placed in a directory that is not very convenient to reference. --- travis_ci/test_docs.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_ci/test_docs.bash b/travis_ci/test_docs.bash index 264b445546..ab5779629f 100755 --- a/travis_ci/test_docs.bash +++ b/travis_ci/test_docs.bash @@ -13,7 +13,7 @@ fi # MPAS-Model tag or release echo "Docs version: $DOCS_VERSION" -DOCS_PATH="${DOCS_VERSION//\//_}" +DOCS_PATH="${DOCS_VERSION// /_}" PUBLICATION_BRANCH=gh-pages # Checkout the branch