Skip to content

Commit

Permalink
add (development) next to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Sep 10, 2024
1 parent b05b639 commit 3784fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- smw-documentation-dev

permissions:
contents: write
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/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 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 %}

0 comments on commit 3784fcf

Please sign in to comment.