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
|
||||
|
||||
- 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user