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 19f1aed commit 475f688Copy full SHA for 475f688
.github/workflows/_publish-guide.yml
@@ -6,13 +6,5 @@ on:
6
7
jobs:
8
sync:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - name: Checkout this repo
12
- uses: actions/checkout@v4
13
-
14
- # Run GitHub Action to sync docs in `documentation` directory
15
- - name: GitHub Action
16
- uses: readmeio/rdme@v8
17
- with:
18
- rdme: docs ./docs --key=${{ secrets.README_API_KEY }} --version=1.0
+ uses: mindee/client-lib-actions/.github/workflows/publish-guide.yml@main
+ secrets: inherit
0 commit comments