Skip to content

Commit

Permalink
point to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Oct 31, 2024
1 parent 0f4e9bd commit 13490c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: GH Pages Deploy (Docs, mdbook)

on:
push:
branches:
- main
# branches:
# - main

jobs:
build-deploy:
Expand Down
2 changes: 1 addition & 1 deletion book/src/framework/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

To start writing tests create a directory for your project with `go.mod` and pull the framework
```
go get github.com/smartcontractkit/chainlink-testing-framework/framework@ac819d889f97e0f5c04aee3212454ad1f8b6f4ef
go get github.com/smartcontractkit/chainlink-testing-framework/framework
```

Then download the CLI (runs from directory where you have `go.mod`)
Expand Down

0 comments on commit 13490c3

Please sign in to comment.