Update single-page.yml

This commit is contained in:
taskirel 2023-05-30 12:44:11 +05:30 committed by GitHub
parent 19c805c7a4
commit 55a242d11e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,15 +21,11 @@ jobs:
with: with:
python-version: '3.10' python-version: '3.10'
- name: Configure Git - name: Run script
run: | run: python .github/single-page.py
git config user.name "taskylizard"
git config user.email "75871323+taskylizard@users.noreply.github.com" - name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
- name: Update with:
shell: bash branch: main
run: | folder: .
python .github/single-page.py
git add .
git commit -m '♻️ update single page'
git push