Update main.yml

This commit is contained in:
Killer069 2021-11-19 14:43:53 +05:30 committed by GitHub
parent 50ed07fd74
commit 9eded8d312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,9 @@ jobs:
run: npx typedoc run: npx typedoc
- name: Publish docs - name: Publish docs
uses: EndBug/add-and-commit@v7 run: |
with: echo $PWD
cwd: ./docs git add .
default_author: github_actions git cm 'Automated docs update'
message: "Automated docs update" git push
working-directory: docs