File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ jobs:
88
88
-e KEYDNAME="${{ secrets.KEYDNAME }}" \
89
89
fdroid-repo-generator
90
90
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
96
96
97
97
# - name: Update currently deployed version
98
98
# run: |
Original file line number Diff line number Diff line change @@ -23,11 +23,9 @@ sed -i 's@$KEYDNAME@"'"$KEYDNAME"'"@g' /repo/config.yml
23
23
echo " Ensuring that permissions are correct"
24
24
chown root:root /repo/config.yml
25
25
chmod 600 /repo/config.yml
26
- chown root:root /repo/keystore.p12
27
- chmod 600 /repo/keystore.p12
28
26
29
27
echo " Updating..."
30
- fdroid update -v - -use-date-from-apk
28
+ fdroid update --use-date-from-apk
31
29
32
30
echo " Deploying..."
33
31
fdroid deploy
You can’t perform that action at this time.
0 commit comments