chore: update single-page CI (#642)

Co-authored-by: taskylizard <taskylizard@users.noreply.github.com>
This commit is contained in:
taskirel
2023-05-30 13:01:23 +05:30
committed by GitHub
parent 81dbdfde4d
commit d4a6ac7f6f
2 changed files with 10 additions and 13 deletions

View File

@@ -21,15 +21,12 @@ 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
- name: Run script
run: python .github/single-page.py
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: main
folder: .
commit-message: "♻️ update single page"