From 08e7296c9902f1aca5c1cfbacf8bdd1a37236422 Mon Sep 17 00:00:00 2001 From: Bojan Angjelkoski Date: Mon, 7 Oct 2024 22:34:19 +0200 Subject: [PATCH] chore: added generate workflow --- .github/workflows/generate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 5e51e274..c53190a0 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -1,4 +1,6 @@ name: Injective Docs Generation +on: + push: jobs: generate: @@ -24,7 +26,7 @@ jobs: repository: InjectiveLabs/injective-docs ref: dev path: ./injective-docs - + - name: Commit the changes to injective-docs run: | cd injective-docs