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"
|
||||
|
||||
- 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…
Reference in New Issue
Block a user