Skip to content

Commit b8731f4

Browse files
Merge pull request #4 from apivideo/v0.0.4
chore(ci) update documentation
2 parents 84c979a + 3e6c73f commit b8731f4

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Update readme.io documentation
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
update-documentation:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- name: Update readme.io documentation
12+
uses: apivideo/[email protected]
13+
with:
14+
document-slug: video-uploader
15+
markdown-file-path: README.md
16+
readme-io-api-key: ${{ secrets.README_IO_API_KEY }}
17+
make-relative-links-absolute: true
18+

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@api.video/video-uploader",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "api.video video uploader",
55
"repository": {
66
"type": "git",
7-
"url": "[email protected]:apivideo/video-uploader.git"
7+
"url": "[email protected]:apivideo/typescript-video-uploader.git"
88
},
9-
"author": "api.video <ecosystem-team@api.video> (https://api.video/)",
9+
"author": "api.video <[email protected]> (https://api.video/)",
1010
"license": "MIT",
1111
"keywords": [
1212
"video",

0 commit comments

Comments
 (0)