-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b05b639
commit 3784fcf
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- smw-documentation-dev | ||
|
||
permissions: | ||
contents: write | ||
|
@@ -35,4 +36,4 @@ jobs: | |
run: | | ||
git config user.name sage-wright | ||
git config user.email [email protected] | ||
mike deploy --push main | ||
mike deploy --push main --update-aliases main development |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 version release. | ||
<a href="{{ '../' ~ base_url }}"> | ||
<strong>Click here to go to the latest version.</strong> | ||
<strong>Click here to go to the latest version release.</strong> | ||
</a> | ||
{% endblock %} |