We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7903934 commit 881ec8eCopy full SHA for 881ec8e
.github/workflows/update-documentation.yml
@@ -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