Update single-page.yml
This commit is contained in:
parent
5d1ed476a8
commit
280b048856
21
.github/workflows/single-page.yml
vendored
21
.github/workflows/single-page.yml
vendored
@ -21,12 +21,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Run script
|
- name: Configure Git
|
||||||
run: python .github/single-page.py
|
run: |
|
||||||
|
git config user.name "taskylizard"
|
||||||
- name: Deploy
|
git config user.email "75871323+taskylizard@users.noreply.github.com"
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.5
|
|
||||||
with:
|
- name: Update
|
||||||
branch: main
|
shell: bash
|
||||||
folder: .
|
run: |
|
||||||
commit-message: "♻️ update single page"
|
python .github/single-page.py
|
||||||
|
git add .
|
||||||
|
git commit -m '♻️ update single page'
|
||||||
|
git push
|
||||||
|
Loading…
Reference in New Issue
Block a user