mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-01 19:23:24 +00:00
ci: change regen to just gen
This commit is contained in:
parent
bd3628332e
commit
18c115325a
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
@ -1,11 +1,11 @@
|
|||||||
name: Regenerate docs
|
name: Generate docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
regen:
|
gen:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -15,5 +15,5 @@ jobs:
|
|||||||
- name: Commit new docs
|
- name: Commit new docs
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "docs: [ci] regenerate new docs"
|
commit_message: "docs: [ci] generate new docs"
|
||||||
file_pattern: docs/ emmyLuaDocs/
|
file_pattern: docs/ emmyLuaDocs/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user