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