Update main.yml
This commit is contained in:
parent
8f631e2739
commit
b4bf032e6d
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -50,9 +50,12 @@ jobs:
|
|||||||
- name: Generate docs
|
- name: Generate docs
|
||||||
run: npx typedoc
|
run: npx typedoc
|
||||||
|
|
||||||
|
- name: Moving to docs folder
|
||||||
|
run: cd docs/
|
||||||
|
|
||||||
- name: Publish docs
|
- name: Publish docs
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v7
|
||||||
with:
|
with:
|
||||||
cwd: ./docs
|
add: "*"
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
message: "Automated docs update"
|
message: "Automated docs update"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user