fix: fix single-page ci

This commit is contained in:
taskirel 2023-04-09 16:50:49 +00:00 committed by GitHub
parent 04c167fde7
commit 2a2e6976f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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