Update main.yml

This commit is contained in:
Killer069 2021-11-19 14:24:00 +05:30 committed by GitHub
parent 8f631e2739
commit b4bf032e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,9 +50,12 @@ jobs:
- name: Generate docs
run: npx typedoc
- name: Moving to docs folder
run: cd docs/
- name: Publish docs
uses: EndBug/add-and-commit@v7
with:
cwd: ./docs
add: "*"
default_author: github_actions
message: "Automated docs update"