Skip to content

Commit

Permalink
solidity root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jan 8, 2025
1 parent 5caf0bb commit cf7bb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solidity.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Since we're using Vercel via github actions rather than the UI, configuring a ne
4. Get the project id from vercel.
![project id](./assets/vercel-project-id.png)
5. Set the root directory to the path in the repo where your package is located + docs
![root directory](./assets/vercel-root-dir.png)
![root directory](./assets/root-dir.png)
6. [Add this variable as a secret to github actions](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository). As a convention this should be called `VERCEL_[PACKAGE_NAME]_DOCS_PROJECT_ID` (e.g. `VERCEL_CONTRACT_DOCS_PROJECT_ID` for contracts-core).
7. Add the project id to the PROJECT_IDS mapping in [solidity.yml](./solidity.yml) under the "Get Project ID" step.

Expand Down

0 comments on commit cf7bb02

Please sign in to comment.