Skip to content

Commit

Permalink
Merge branch 'main' into adopt-secret-amazon_sagemaker
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista authored Feb 19, 2024
2 parents ebd78dc + 99c276c commit f427b7a
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 f427b7a

Please sign in to comment.