Skip to content

Commit 2a5ffe9

Browse files
authored
Fix for latest release templating (#186)
* Fix for latest release templating in documentation * Action fix for drafts
1 parent d489560 commit 2a5ffe9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- opened
88
- synchronize
99
- reopened
10+
- ready_for_review
1011

1112
# Allows running this workflow manually
1213
workflow_dispatch:

docs/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The [Walkthrough](walkthrough) is a great way to familiarize yourself with the *
5151

5252
### Bare-Metal Installation
5353

54-
To run the application on bare-metal; download the [source]({{ .Site.Params.GitHubRepo }}) and from the `src/` directory:
54+
To run the application on bare-metal; download the source code from the {{< latest_release >}} and from the `src/` directory:
5555

5656
1. Create and activate a Python Virtual Environment:
5757

@@ -84,7 +84,7 @@ To run the application on bare-metal; download the [source]({{ .Site.Params.GitH
8484
References to `podman` commands, if applicable to your environment, can be substituted with `docker`.
8585
{{% /notice %}}
8686

87-
To run the application in a container; download the [source]({{ .Site.Params.GitHubRepo }}) and from the top-level directory:
87+
To run the application in a container; download the source code from the {{< latest_release >}} and from the top-level directory:
8888

8989
1. Build the image.
9090

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="{{ .Site.Params.GitHubRepo }}/releases/latest">latest release</a>

0 commit comments

Comments
 (0)