Skip to content

Commit 13490c3

Browse files
committed
point to latest
1 parent 0f4e9bd commit 13490c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: GH Pages Deploy (Docs, mdbook)
33

44
on:
55
push:
6-
branches:
7-
- main
6+
# branches:
7+
# - main
88

99
jobs:
1010
build-deploy:

book/src/framework/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

0 commit comments

Comments
 (0)