Skip to content

Commit

Permalink
fix download links in mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Mar 30, 2022
1 parent ce92220 commit 30fb874
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 209 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: PushToGithubPages

on:
workflow_dispatch:
push:
tags: ["**"]

jobs:
deploy:
Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ On 24th of February Russia has launched a full-blown invasion on Ukrainian terri

1. Download an application for your platform:

- [Windows](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_windows_386.zip)
- [Mac M1](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_darwin_arm64.tar.gz)
- [Mac Intel](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_darwin_amd64.tar.gz)
- [Linux 32bit](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_linux_386.zip)
- [Linux 64bit](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_linux_amd64.tar.gz)
- [Windows](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_windows_386.zip)
- [Mac M1](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_darwin_arm64.tar.gz)
- [Mac Intel](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_darwin_amd64.tar.gz)
- [Linux 32bit](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_linux_386.zip)
- [Linux 64bit](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_linux_amd64.tar.gz)

1. Unpack the archive
1. Launch the file inside the archive
Expand Down
10 changes: 5 additions & 5 deletions docs/index.uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@

1. Завантажте останню версію програми для вашої платформи:

- [Windows](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_windows_386.zip)
- [Mac M1](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_darwin_arm64.tar.gz)
- [Mac Intel](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_darwin_amd64.tar.gz)
- [Linux 32bit](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_linux_386.zip)
- [Linux 64bit](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_latest_version_tag | replace("v","")}}\_linux_amd64.tar.gz)
- [Windows](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_windows_386.zip)
- [Mac M1](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_darwin_arm64.tar.gz)
- [Mac Intel](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_darwin_amd64.tar.gz)
- [Linux 32bit](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_linux_386.zip)
- [Linux 64bit](https://github.com/Arriven/db1000n/releases/latest/download/db1000n_{{ git_tag | replace("v","")}}\_linux_amd64.tar.gz)

1. Розпакуйте архів
1. Запустіть файл з архіву
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ markdown_extensions:

plugins:
- include-markdown
- git-latest-version-tag
- git-tag
- search:
lang:
- en
Expand Down
Loading

0 comments on commit 30fb874

Please sign in to comment.