mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Update main.yml
This commit is contained in:
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user