Skip to content

Commit

Permalink
Merge pull request #281 from rsksmart/testDevportalAutoImp
Browse files Browse the repository at this point in the history
feat/ omiting comment section on readme
  • Loading branch information
SebasGuaquetaRSK authored Dec 18, 2024
2 parents dc8030a + 1eb2dca commit 7323466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devportal-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
TEMP_FILE="temp_README.md"
tail -n +1 README.md > ${TEMP_FILE}
# Remove the lines between <!--START and <!--END-->
sed '/<!--START/,/<!--END-->/d' README.md > ${TEMP_FILE}
awk '/<!--START/,/<!--END-->/{next} {print}' README.md > ${TEMP_FILE}
# Process main README.md
TRANSFORMED_FILE="transformed/README.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/integrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ To implement and use your own replenish strategy:
1. In the folder `src` from the RIF Relay Server project, open `ReplenishFunction.ts` with a text editor.
2. On the function `replenishStrategy` write your new replenish strategy.
3. Re build the project `npm run build`
4. Change the config JSON file to set `customReplenish` on true.
4. Change the config JSON file to set `customReplenish` on true.

0 comments on commit 7323466

Please sign in to comment.