From d78b4256ebc8b077ea03461fadea7214cf9eeb6b Mon Sep 17 00:00:00 2001 From: Richard Conway Date: Tue, 27 Feb 2024 15:47:35 +0000 Subject: [PATCH] Set the most recent version as 'latest' --- .github/workflows/main.yml | 2 +- overrides/main.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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