From 055372d8d7427d72c99a835b6b554a88ffdd6e50 Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 30 Oct 2024 10:45:54 -0600 Subject: [PATCH] readme and commented out docs update push --- .github/workflows/dbt_docs_update.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dbt_docs_update.yml b/.github/workflows/dbt_docs_update.yml index d08538e..f81f308 100644 --- a/.github/workflows/dbt_docs_update.yml +++ b/.github/workflows/dbt_docs_update.yml @@ -1,9 +1,9 @@ name: docs_update -on: - push: - branches: - - "main" +# on: +# push: +# branches: +# - "main" env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/README.md b/README.md index f463c25..c53e43d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Repo Set Up -1. Create a new repository from the template +1. Create a new repository from the [evm-models-template](https://github.com/FlipsideCrypto/evm-models-template) 2. Update all references to `` to the new chain name, in lowercase by using find and replace 3. Update the fsc-evm package version in `packages.yml` to the latest version 4. Set up the rest of the dbt project, where applicable, including but not limited to: