fix: fix single-page ci
This commit is contained in:
parent
04c167fde7
commit
2a2e6976f3
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…
Reference in New Issue
Block a user