From 55a242d11e440c688085b96f5c4c8b02389597ab Mon Sep 17 00:00:00 2001 From: taskirel <75871323+taskylizard@users.noreply.github.com> Date: Tue, 30 May 2023 12:44:11 +0530 Subject: [PATCH] Update single-page.yml --- .github/workflows/single-page.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/single-page.yml b/.github/workflows/single-page.yml index dc919ddc4..10971cab7 100644 --- a/.github/workflows/single-page.yml +++ b/.github/workflows/single-page.yml @@ -21,15 +21,11 @@ jobs: with: python-version: '3.10' - - name: Configure Git - run: | - git config user.name "taskylizard" - 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 + - name: Run script + run: python .github/single-page.py + + - name: Deploy + uses: JamesIves/github-pages-deploy-action@4.1.5 + with: + branch: main + folder: .