Skip to content

Commit 881ec8e

Browse files
author
ThibaultBee
committed
chore(ci): add a pipeline to update documentation
1 parent 7903934 commit 881ec8e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update readme.io documentation
2+
on:
3+
push:
4+
branches:
5+
- master
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: flutter-uploader
15+
markdown-file-path: README.md
16+
readme-io-api-key: ${{ secrets.README_IO_API_KEY }}
17+
make-relative-links-absolute: true

0 commit comments

Comments
 (0)