Skip to content

Commit

Permalink
docs: update url
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored and zimnx committed Jan 5, 2021
1 parent 9f7120a commit 8fffb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/_utils/deploy.sh
Expand Up @@ -7,12 +7,11 @@ set -eu -o pipefail

# Copy contents
mkdir gh-pages
cp -r ./docs/_build/dirhtml/* gh-pages
cp -r ./docs/_build/dirhtml/. gh-pages
./docs/_utils/redirect.sh > gh-pages/index.html

# Create gh-pages branch
cd gh-pages
touch .nojekyll
git init
git config --local user.email "action@scylladb.com"
git config --local user.name "GitHub Action"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -131,7 +131,7 @@ def setup(sphinx):
htmlhelp_basename = 'ScyllaDocumentationdoc'

# URL which points to the root of the HTML documentation.
html_baseurl = 'https://scylladb.github.io/scylla-operator'
html_baseurl = 'https://operator.docs.scylladb.com'

# Dictionary of values to pass into the template engine’s context for all pages
html_context = {'html_baseurl': html_baseurl}
Expand Down

0 comments on commit 8fffb46

Please sign in to comment.