Skip to content

Commit

Permalink
Merge pull request #4 from rsksmart/fix-automation
Browse files Browse the repository at this point in the history
update title
  • Loading branch information
ivegabr authored Nov 27, 2024
2 parents 6d49887 + ac6df6e commit d51d990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devportal-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
# Process README.md
echo "---" > transformed/README.md
echo "sidebar_label: Rootstock Foundry Starter kit" >> transformed/README.md
echo "sidebar_label: Foundry" >> transformed/README.md
echo "sidebar_position: 500" >> transformed/README.md
echo "title: Rootstock Foundry Starter kit" >> transformed/README.md
echo "description: 'Whether you are a seasoned developer or just starting your journey into smart contract development, the foundry starter kit provides a solid foundation for building decentralized applications (dApps) on the Rootstock network.'" >> transformed/README.md
echo "tags: [rsk, rootstock, tutorials, developers, foundry, quick starts, dApps, smart contracts]" >> transformed/README.md
echo "---" >> transformed/README.md
echo "" >> transformed/README.md
echo ":::info[Note]" >> transformed/README.md
echo "You can add your suggestion on the [Foundry Starter Kit Repository](https://github.com/rsksmart/rootstock-foundry-starterkit.git)" >> transformed/README.md
echo "If you wish to suggest changes on this document, please open a PR on the [Foundry Starter Kit Repository](https://github.com/rsksmart/rootstock-foundry-starterkit.git)" >> transformed/README.md
echo ":::" >> transformed/README.md
echo "" >> transformed/README.md
cat README.md >> transformed/README.md
Expand Down

0 comments on commit d51d990

Please sign in to comment.