diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 52037bece..307102191 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -50,7 +50,7 @@ jobs: - name: Sync docs to ReadMe (dry run) uses: ./ with: - rdme: docs ./documentation --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=2.0 --dryRun + rdme: docs ./documentation --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ secrets.README_DEVELOPERS_MAIN_VERSION }} --dryRun # And finally, we perform an actual sync to ReadMe if we're on the main branch - name: Sync docs to ReadMe @@ -61,4 +61,4 @@ jobs: # Docs: https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#example-using-versioned-actions uses: readmeio/rdme@main with: - rdme: docs ./documentation --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=2.0 + rdme: docs ./documentation --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ secrets.README_DEVELOPERS_MAIN_VERSION }} diff --git a/documentation/github-actions-docs-example.md b/documentation/github-actions-docs-example.md index 26cd0aea7..54c77b99f 100644 --- a/documentation/github-actions-docs-example.md +++ b/documentation/github-actions-docs-example.md @@ -1,6 +1,6 @@ --- title: 'GitHub Actions Example: Syncing Markdown' -category: 5f7ce9e3a5504d0414d024c2 +category: 62056dee230e07007218be06 ---