Skip to content

Commit

Permalink
Update deploy.yaml to sync to "reference"
Browse files Browse the repository at this point in the history
instead of syncing to "docs" we want to sync the methods to "reference". I will adapt the git repo with the pages accordingly
  • Loading branch information
nader-tatum authored Apr 15, 2024
1 parent f811928 commit fa58c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
rdme: reference "./v1.0/RPC Nodes" --key=${{ secrets.README_API_KEY }} --version=1.0

0 comments on commit fa58c11

Please sign in to comment.