Update main.yml
This commit is contained in:
parent
50ed07fd74
commit
9eded8d312
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user