diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5328e6dba..775bac913 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,8 +3,8 @@ name: GH Pages Deploy (Docs, mdbook) on: push: - branches: - - main +# branches: +# - main jobs: build-deploy: diff --git a/book/src/framework/getting_started.md b/book/src/framework/getting_started.md index 443942e09..b39ccc50c 100644 --- a/book/src/framework/getting_started.md +++ b/book/src/framework/getting_started.md @@ -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`)