From 2a2e6976f333769769f3a871b9b7502397b4e32b Mon Sep 17 00:00:00 2001 From: taskirel <75871323+taskylizard@users.noreply.github.com> Date: Sun, 9 Apr 2023 16:50:49 +0000 Subject: [PATCH] fix: fix single-page ci --- .github/workflows/single-page.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/single-page.yml b/.github/workflows/single-page.yml index 822272cf7..dc919ddc4 100644 --- a/.github/workflows/single-page.yml +++ b/.github/workflows/single-page.yml @@ -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 \ No newline at end of file + python .github/single-page.py + git add . + git commit -m '♻️ update single page' + git push \ No newline at end of file