mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
home image
This commit is contained in:
parent
a46e8c31d7
commit
da0ac147eb
10 changed files with 37 additions and 41 deletions
8
.github/workflows/retype.yml
vendored
8
.github/workflows/retype.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/single-page.yml
vendored
4
.github/workflows/single-page.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue