mirror of
https://github.com/fmhy/edit.git
synced 2026-01-29 15:21:11 +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"
|
git config user.email "75871323+taskylizard@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Update
|
- name: Update
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python .github/single-page.py
|
python .github/single-page.py
|
||||||
git add .
|
git add .
|
||||||
git commit -m "♻️ update single page"
|
git commit -m '♻️ update single page'
|
||||||
git push
|
git push
|
||||||
Loading…
Add table
Add a link
Reference in a new issue