Skip to content

Commit

Permalink
Merge pull request #3 from rsksmart/fix-automation
Browse files Browse the repository at this point in the history
Fix automation
  • Loading branch information
ivegabr authored Nov 27, 2024
2 parents c4cea2d + 18e538e commit 6d49887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/devportal-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
paths:
- 'README.md'
branches:
- main

jobs:
update-docs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this tutorial, you'll learn how to set up your Foundry development environmen
Before starting the dApp, make sure to have the following prerequisites:

1. **Familiarity with Smart Contracts:**
- If you’re new to smart contracts, consider learning the basics. Understanding how smart contracts work will enhance your experience with Rootstock development.
- If you’re new to smart contracts, consider learning the basics. Understanding how smart contracts work will enhance your experience with developing on Rootstock.

2. **Foundry installation using [Foundryup](https://book.getfoundry.sh/getting-started/installation#using-foundryup):**
- To install, visit the official [Foundry documentation](https://book.getfoundry.sh/getting-started/installation#using-foundryup), for more information.
Expand Down

0 comments on commit 6d49887

Please sign in to comment.