Skip to content

Commit

Permalink
Set the most recent version as 'latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Feb 27, 2024
1 parent bfc00cb commit d78b425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
git config --global user.email "[email protected]"
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
4 changes: 2 additions & 2 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% extends "base.html" %}

{% block outdated %}
You're not viewing the latest version.
You're not viewing the latest release version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
<strong>Click here to go to the latest release.</strong>
</a>
{% endblock %}

0 comments on commit d78b425

Please sign in to comment.