mirror of
https://github.com/fmhy/edit.git
synced 2026-01-21 03:11:37 +11:00
🎉 New website!
This commit is contained in:
parent
28f602b9ad
commit
c97a0abf92
68 changed files with 8433 additions and 353 deletions
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