From fa58c115021e6f0c0dbd064dcb2c1f869c612068 Mon Sep 17 00:00:00 2001 From: nader-tatum <120720073+nader-tatum@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:04:17 +0200 Subject: [PATCH] Update deploy.yaml to sync to "reference" instead of syncing to "docs" we want to sync the methods to "reference". I will adapt the git repo with the pages accordingly --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cd941ff9..f5f8712e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,4 +19,4 @@ jobs: # Docs: https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#example-using-versioned-actions uses: readmeio/rdme@v8 with: - rdme: docs "./v1.0/RPC Nodes" --key=${{ secrets.README_API_KEY }} --version=1.0 \ No newline at end of file + rdme: reference "./v1.0/RPC Nodes" --key=${{ secrets.README_API_KEY }} --version=1.0