Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 542ba71

Browse files
committedOct 31, 2024··
Update
1 parent fdec60f commit 542ba71

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed
 

‎.github/workflows/update.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ jobs:
8888
-e KEYDNAME="${{ secrets.KEYDNAME }}" \
8989
fdroid-repo-generator
9090
91-
# - name: Deploy to Github pages
92-
# uses: peaceiris/actions-gh-pages@v4
93-
# with:
94-
# github_token: ${{ secrets.GITHUB_TOKEN }}
95-
# publish_dir: ./deploy/fdroid
91+
- name: Deploy to Github pages
92+
uses: peaceiris/actions-gh-pages@v4
93+
with:
94+
github_token: ${{ secrets.GITHUB_TOKEN }}
95+
publish_dir: ./deploy/fdroid
9696

9797
# - name: Update currently deployed version
9898
# run: |

‎fdroid-repo-generator/build.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ sed -i 's@$KEYDNAME@"'"$KEYDNAME"'"@g' /repo/config.yml
2323
echo "Ensuring that permissions are correct"
2424
chown root:root /repo/config.yml
2525
chmod 600 /repo/config.yml
26-
chown root:root /repo/keystore.p12
27-
chmod 600 /repo/keystore.p12
2826

2927
echo "Updating..."
30-
fdroid update -v --use-date-from-apk
28+
fdroid update --use-date-from-apk
3129

3230
echo "Deploying..."
3331
fdroid deploy

0 commit comments

Comments
 (0)
Please sign in to comment.