Skip to content

Commit

Permalink
fixing link
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarPazzi committed Feb 7, 2024
1 parent 220a217 commit 0ce6d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/Executing-Commands-In-Netlify/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ publish = "public"
command = "pip install beem && python run.py"
```

Both files are in the root of the GitHub repository, and I push to signal Netlify. In the following [link](.\netlifylog.txt), you can see the complete Netlify log showing that it installed the Beem library and executed the `run.py` file from the repository.
Both files are in the root of the GitHub repository, and I push to signal Netlify. In the following [link](./netlifylog.txt), you can see the complete Netlify log showing that it installed the Beem library and executed the `run.py` file from the repository.

![](2024-02-04-16-30-09-image.png)

Expand Down

0 comments on commit 0ce6d75

Please sign in to comment.