From 198c6452bc402b69ea273e0b2ea18af1ecb42499 Mon Sep 17 00:00:00 2001 From: Sebastian Guaqueta Date: Wed, 18 Dec 2024 16:05:02 -0500 Subject: [PATCH] test correct name in script --- .github/workflows/devportal-update.yml | 3 +-- README.md | 2 +- docs/integrate.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/devportal-update.yml b/.github/workflows/devportal-update.yml index e5e6b27e..ad9295fb 100644 --- a/.github/workflows/devportal-update.yml +++ b/.github/workflows/devportal-update.yml @@ -253,8 +253,7 @@ jobs: cd devportal git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git add docs/02-developers/06-integrate/01-rif-relay/overview.md - git add docs/02-developers/06-integrate/01-rif-relay/integrate.md + git add . # git add docs/02-developers/06-integrate/01-rif-relay/overview.md docs/02-developers/06-integrate/01-rif-relay/integrate.md docs/02-developers/06-integrate/01-rif-relay/installation-requirements.md docs/02-developers/06-integrate/01-rif-relay/sample-dapp.md docs/02-developers/06-integrate/01-rif-relay/deployment.md docs/02-developers/06-integrate/01-rif-relay/develop.md docs/02-developers/06-integrate/01-rif-relay/contracts.md docs/02-developers/06-integrate/01-rif-relay/smart-wallets.md docs/02-developers/06-integrate/01-rif-relay/versions.md docs/02-developers/06-integrate/01-rif-relay/gas-costs.md docs/02-developers/06-integrate/01-rif-relay/architecture.md git commit -m "Automated update from repository" # Configure the remote URL with the token for authentication diff --git a/README.md b/README.md index 81f1169f..516e38e8 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,4 @@ Each module has instructions for development and usage. * Please refer to the Rootstock Contribution Guidelines for more information on how to contribute to this project. ## License: -MIT License - Copyright (c) 2023 Rootstock \ No newline at end of file +MIT License - Copyright (c) 2023 Rootstock diff --git a/docs/integrate.md b/docs/integrate.md index b0bf6917..fe78a5fe 100644 --- a/docs/integrate.md +++ b/docs/integrate.md @@ -291,4 +291,4 @@ To implement and use your own replenish strategy: 3. Re build the project `npm run build` 4. Change the config JSON file to set `customReplenish` on true. -test \ No newline at end of file +t \ No newline at end of file