mirror of
https://github.com/fmhy/edit.git
synced 2026-02-17 08:41:11 +11:00
Update single-page.yml
This commit is contained in:
parent
19c805c7a4
commit
55a242d11e
1 changed files with 8 additions and 12 deletions
20
.github/workflows/single-page.yml
vendored
20
.github/workflows/single-page.yml
vendored
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue