diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a3bf2b8..d4ac4b80 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,4 +27,4 @@ jobs: git config --global user.email "ci@eoepca.org" git fetch origin gh-pages --depth=1 - name: Publish version - run: mike deploy --push --update-aliases current latest + run: mike deploy --push --update-aliases current diff --git a/overrides/main.html b/overrides/main.html index 35591d61..097eb85d 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block outdated %} - You're not viewing the latest version. + You're not viewing the latest release version. - Click here to go to latest. + Click here to go to the latest release. {% endblock %} \ No newline at end of file