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
- name: Publish docs
uses: EndBug/add-and-commit@v7
with:
cwd: ./docs
default_author: github_actions
message: "Automated docs update"
run: |
echo $PWD
git add .
git cm 'Automated docs update'
git push
working-directory: docs