Skip to content

Commit 0957bb4

Browse files
sharpninjaCopilot
andcommitted
Fix F-Droid repo URL paths (remove /fdroid prefix)
The Pages site root is docs/fdroid/, so the repo path is /repo not /fdroid/repo. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9309f7b commit 0957bb4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
### Install via F-Droid
234234
```
235-
https://sharpninja.github.io/RequestTracker/fdroid/repo
235+
https://sharpninja.github.io/RequestTracker/repo
236236
```
237237
238238
### Install on Linux
@@ -271,7 +271,7 @@ jobs:
271271
--apk-url "${{ needs.release.outputs.apk-url }}" \
272272
--apk-hash "${{ needs.build-android.outputs.apk-hash }}" \
273273
--apk-size "${{ needs.build-android.outputs.apk-size }}" \
274-
--repo-url "https://sharpninja.github.io/RequestTracker/fdroid/repo" \
274+
--repo-url "https://sharpninja.github.io/RequestTracker/repo" \
275275
--output-dir docs/fdroid/repo
276276
277277
- uses: actions/configure-pages@v5

docs/fdroid/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1><img src="icon.png" alt="RequestTracker" width="48" height="48" style="verti
2020
<h2>Add this repository to F-Droid</h2>
2121
<p>To add this repo to your F-Droid client, use the following repository URL:</p>
2222
<div class="repo-url">
23-
<code>https://sharpninja.github.io/RequestTracker/fdroid/repo</code>
23+
<code>https://sharpninja.github.io/RequestTracker/repo</code>
2424
</div>
2525

2626
<h3>Steps:</h3>

0 commit comments

Comments
 (0)