Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Oct 7, 2024
1 parent 13b8ff8 commit 9c9fa8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
generate:
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch'
steps:
- name: Checkout injective-docs
uses: actions/checkout@v1
Expand All @@ -26,6 +27,11 @@ jobs:
ref: dev
path: ./injective-docs

- name: Set up Git user
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Commit the changes to injective-docs
run: |
git add .
Expand Down

0 comments on commit 9c9fa8c

Please sign in to comment.