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