Skip to content

Commit 475f688

Browse files
committed
♻️ use shared readme publish action
1 parent 19f1aed commit 475f688

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/_publish-guide.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,5 @@ on:
66

77
jobs:
88
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
9+
uses: mindee/client-lib-actions/.github/workflows/publish-guide.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)