home image

This commit is contained in:
taskylizard 2023-10-27 02:34:41 +05:30
parent a46e8c31d7
commit da0ac147eb
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
10 changed files with 37 additions and 41 deletions

View file

@ -2,7 +2,7 @@ name: Update FMHY Retype
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
- cron: "0 */2 * * *"
jobs:
update:
@ -14,16 +14,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Move Files
run: |
cp -r .github/assets/* .
shell: bash
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"
- name: Prepare Files
shell: bash

View file

@ -3,7 +3,7 @@ name: Update Single Page
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
- cron: "0 */2 * * *"
jobs:
update:
@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"
- name: Configure Git
run: |