Skip to content

Commit

Permalink
Fix Readme sync (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Feb 18, 2024
1 parent 8a89a81 commit 99c276c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI_readme_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ jobs:
find . -name "_readme_*.md" -exec cp "{}" tmp \;
ls tmp
- name: Sync preview docs with 2.0
- name: Sync API docs
if: steps.changed-files.outputs.all_changed_files != ''
uses: readmeio/[email protected]
env:
README_API_KEY: ${{ secrets.README_API_KEY }}
uses: readmeio/rdme@v8
with:
rdme: docs ./tmp --key="$README_API_KEY" --version=2.0
rdme: docs ./tmp --key=${{ secrets.README_API_KEY }} --version=2.0

0 comments on commit 99c276c

Please sign in to comment.