mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs: Update docs and ci again
This commit is contained in:
parent
b5cd2c11a0
commit
8d26465bb0
2
.github/workflows/generate_docs.yml
vendored
2
.github/workflows/generate_docs.yml
vendored
@ -3,7 +3,7 @@ name: 'Generate docs'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/generated/**'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -22,10 +22,10 @@ REMOTE_URL="$(git config remote.origin.url)"
|
|||||||
TARGET_REPO=${REMOTE_URL/https:\/\/github.com\//github.com/}
|
TARGET_REPO=${REMOTE_URL/https:\/\/github.com\//github.com/}
|
||||||
GITHUB_REPO=https://${GH_TOKEN:-git}@${TARGET_REPO}
|
GITHUB_REPO=https://${GH_TOKEN:-git}@${TARGET_REPO}
|
||||||
|
|
||||||
git config user.name "Azure CI"
|
git config user.name "Github Actions"
|
||||||
git config user.email "$COMMIT_AUTHOR_EMAIL"
|
git config user.email "$COMMIT_AUTHOR_EMAIL"
|
||||||
|
|
||||||
git add ./generated
|
git add ./generated
|
||||||
git pull
|
git pull
|
||||||
git commit -m "docs(ci): Update protocol.md - $(git rev-parse --short HEAD) [skip ci]"
|
git commit -m "docs(ci): Update generated docs - $(git rev-parse --short HEAD) [skip ci]"
|
||||||
git push -q $GITHUB_REPO
|
git push -q $GITHUB_REPO
|
Loading…
Reference in New Issue
Block a user