mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
fix: fix single-page ci
This commit is contained in:
parent
04c167fde7
commit
2a2e6976f3
1 changed files with 5 additions and 4 deletions
9
.github/workflows/single-page.yml
vendored
9
.github/workflows/single-page.yml
vendored
|
|
@ -27,8 +27,9 @@ jobs:
|
|||
git config user.email "75871323+taskylizard@users.noreply.github.com"
|
||||
|
||||
- name: Update
|
||||
shell: bash
|
||||
run: |
|
||||
python .github/single-page.py
|
||||
git add .
|
||||
git commit -m "♻️ update single page"
|
||||
git push
|
||||
python .github/single-page.py
|
||||
git add .
|
||||
git commit -m '♻️ update single page'
|
||||
git push
|
||||
Loading…
Add table
Add a link
Reference in a new issue